diff --git a/static/koboldai.css b/static/koboldai.css index bd51399f..099a2e89 100644 --- a/static/koboldai.css +++ b/static/koboldai.css @@ -1547,3 +1547,25 @@ h2 .material-icons-outlined { .flyout_menu_contents { scrollbar-width: thin; } + +.section_header, .help_text { + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.section_header { + margin-left: 2px; + margin-bottom: 4px; +} + +.help_text { + margin-left: 6px; + margin-bottom: 0.7em; + opacity: 0.7; + font-size: 0.9em; + display: block; +} \ No newline at end of file diff --git a/templates/settings flyout.html b/templates/settings flyout.html index 919c8752..c502243e 100644 --- a/templates/settings flyout.html +++ b/templates/settings flyout.html @@ -98,6 +98,7 @@