posts: adjust css of thumbnail video length indicator.
Switch the font to 11px bold Arial. This is more compact and more readable than 9px Tahoma. Also add a slight border radius and margins around the indicator to make it stand out from the edge of the image.
This commit is contained in:
@@ -13,7 +13,7 @@ div#c-forum-topics {
|
||||
|
||||
&.label {
|
||||
display: inline-block;
|
||||
font-size: var(--text-xs);
|
||||
font-size: var(--text-xxs);
|
||||
text-transform: uppercase;
|
||||
border: 1px solid;
|
||||
border-radius: 0.25rem;
|
||||
|
||||
@@ -244,7 +244,7 @@ div#c-post-versions, div#c-artist-versions {
|
||||
}
|
||||
|
||||
i#open-edit-dialog {
|
||||
font-size: var(--text-xs);
|
||||
font-size: var(--text-xxs);
|
||||
}
|
||||
|
||||
span[data-tag-counter] {
|
||||
|
||||
Reference in New Issue
Block a user