configuration for title support (for e621ng fork)

This commit is contained in:
edshot99 2025-02-08 15:27:00 -06:00
parent 73cb5205d4
commit 3614d6dee6
2 changed files with 6 additions and 0 deletions

View File

@ -4,3 +4,4 @@ $comment-buttons: 1;
$name-rank-border-colors: 1;
$ui-state-highlight-short: 1;
$post-score-title: 0;

View File

@ -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 {