css: standardize font sizes.
Fix various elements to use standard font sizes instead of ad-hoc sizes. Noticeable changes: * Tags in autocomplete are slightly smaller. * The favorite heart icon on posts is slightly smaller. * Pool titles on thumbnails in the pool gallery page are slightly bigger. * The page footer is slightly smaller. * Timestamps on comments and forum posts are very slightly smaller. * "Pending"/"approved"/"rejected" labels on forum posts are very slightly smaller.
This commit is contained in:
@@ -13,7 +13,7 @@ div#c-forum-topics {
|
||||
|
||||
&.label {
|
||||
display: inline-block;
|
||||
font-size: 0.7em;
|
||||
font-size: var(--text-xs);
|
||||
text-transform: uppercase;
|
||||
border: 1px solid;
|
||||
border-radius: 0.25rem;
|
||||
|
||||
@@ -12,7 +12,7 @@ div#c-moderator-dashboards {
|
||||
}
|
||||
|
||||
caption {
|
||||
font-size: 1.1em;
|
||||
font-size: var(--text-lg);
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
div#c-posts {
|
||||
.fav-buttons {
|
||||
font-size: 14pt;
|
||||
font-size: var(--text-lg);
|
||||
|
||||
button.ui-button {
|
||||
padding: 0.25em 0.75em;
|
||||
|
||||
@@ -112,7 +112,7 @@ div#c-uploads {
|
||||
}
|
||||
|
||||
.caption-top {
|
||||
font-size: 0.8em;
|
||||
font-size: var(--text-sm);
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
position: absolute;
|
||||
top: 0.5rem;
|
||||
right: 0.5rem;
|
||||
font-size: 2em;
|
||||
font-size: var(--text-xxl);
|
||||
}
|
||||
|
||||
nav#nav {
|
||||
|
||||
Reference in New Issue
Block a user