forked from mandorinn/eSix-Cafe
configuration for title support (for e621ng fork)
This commit is contained in:
parent
73cb5205d4
commit
3614d6dee6
@ -4,3 +4,4 @@ $comment-buttons: 1;
|
||||
$name-rank-border-colors: 1;
|
||||
|
||||
$ui-state-highlight-short: 1;
|
||||
$post-score-title: 0;
|
||||
|
@ -18,6 +18,11 @@ article.thumbnail img {
|
||||
|
||||
article.thumbnail .desc {
|
||||
background-color: var(--bg-400) !important;
|
||||
|
||||
@if $post-score-title == 1 {
|
||||
display: block;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
article.thumbnail .desc a::before {
|
||||
|
Loading…
Reference in New Issue
Block a user