diff --git a/static/koboldai.css b/static/koboldai.css index cc6b33c2..27e7696f 100644 --- a/static/koboldai.css +++ b/static/koboldai.css @@ -1542,3 +1542,29 @@ h2 .material-icons-outlined { .flyout_menu_contents { scrollbar-width: thin; } + +.collapsable_header { + cursor: pointer; +} + +.collapsable_header, .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 8238a05e..a5c21314 100644 --- a/templates/settings flyout.html +++ b/templates/settings flyout.html @@ -88,7 +88,7 @@ {% with menu='Settings' %} -