UI: Fix visual inconsistancies in sidebar

This commit is contained in:
somebody
2023-07-22 17:45:02 -05:00
parent 432418ed1e
commit 33cec5cc9c

View File

@@ -3570,10 +3570,15 @@ h2 .material-icons-outlined {
} }
.section_header { .section_header {
font-weight: bold;
margin-left: 2px; margin-left: 2px;
margin-bottom: 2px; margin-bottom: 2px;
} }
.story_category_area > * > label {
user-select: none
}
.help_text { .help_text {
margin-left: 6px; margin-left: 6px;
margin-bottom: 0.7em; margin-bottom: 0.7em;