From 33cec5cc9cdbb7e175c47f50dd384e08534985fe Mon Sep 17 00:00:00 2001 From: somebody Date: Sat, 22 Jul 2023 17:45:02 -0500 Subject: [PATCH] UI: Fix visual inconsistancies in sidebar --- static/koboldai.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/koboldai.css b/static/koboldai.css index 51a70f18..4fb24a51 100644 --- a/static/koboldai.css +++ b/static/koboldai.css @@ -3570,10 +3570,15 @@ h2 .material-icons-outlined { } .section_header { + font-weight: bold; margin-left: 2px; margin-bottom: 2px; } +.story_category_area > * > label { + user-select: none +} + .help_text { margin-left: 6px; margin-bottom: 0.7em;