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:
evazion
2021-10-25 20:34:09 -05:00
parent 094ed4c11d
commit af5cd83cd7
5 changed files with 21 additions and 11 deletions

View File

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

View File

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