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' %} -
+

expand_more Generation

@@ -97,9 +97,10 @@ {% endwith %}
-
+

expand_more Sampling

+ Change how the AI decides what to say.
@@ -133,16 +134,17 @@ {% endwith %}
-
+

expand_more Repetition

+ Change how the AI combats repetition.
{% with sub_path='Repetition' %} {% include 'settings item.html' %} {% endwith %}
-
+

expand_more Other

@@ -151,7 +153,7 @@ {% endwith %}
-
+

expand_more Modifiers

@@ -176,9 +178,10 @@
{% endwith %} -
+

expand_more Biasing

+ Influence the likelihood for the AI to output certain phrases.
Phrase
@@ -188,7 +191,7 @@