Files
danbooru/app/javascript/src/styles/specific/moderator_dashboard.scss
evazion 094ed4c11d 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.
2021-10-25 05:59:40 -05:00

24 lines
280 B
SCSS

div#c-moderator-dashboards {
#column-left {
margin-right: 2em;
}
div.activity {
margin-bottom: 1em;
}
table {
width: 100%;
}
caption {
font-size: var(--text-lg);
font-weight: bold;
text-align: left;
}
th {
text-align: left;
}
}