From 0984e5da10f235c55577bcca85ffce945beb64cf Mon Sep 17 00:00:00 2001 From: somebody Date: Sun, 21 Aug 2022 16:08:49 -0500 Subject: [PATCH] Disable selection and add cursor: pointer on category headers --- static/koboldai.css | 6 +++++- templates/settings flyout.html | 20 ++++++++++---------- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/static/koboldai.css b/static/koboldai.css index 099a2e89..d04e2ed1 100644 --- a/static/koboldai.css +++ b/static/koboldai.css @@ -1548,7 +1548,11 @@ h2 .material-icons-outlined { scrollbar-width: thin; } -.section_header, .help_text { +.collapsable_header { + cursor: pointer; +} + +.collapsable_header, .section_header, .help_text { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; diff --git a/templates/settings flyout.html b/templates/settings flyout.html index fb910df5..f7645bdf 100644 --- a/templates/settings flyout.html +++ b/templates/settings flyout.html @@ -86,7 +86,7 @@ {% with menu='Settings' %} -
+

expand_more Generation

@@ -95,7 +95,7 @@ {% endwith %}
-
+

expand_more Sampling

Change how the AI decides what to say. @@ -132,7 +132,7 @@ {% endwith %}
-
+

expand_more Repetition

Change how the AI combats repetition. @@ -142,7 +142,7 @@ {% endwith %}
-
+

expand_more Other

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

expand_more Modifiers

@@ -174,7 +174,7 @@
{% endwith %} -
+

expand_more Biasing

Influence the likelihood for the AI to output certain phrases. @@ -187,7 +187,7 @@