From 361a84ce8ed2bcd9709dea2bdd018402c2ce3b5f Mon Sep 17 00:00:00 2001 From: somebody Date: Thu, 11 Aug 2022 19:37:29 -0500 Subject: [PATCH] Made biases menu collapse button cursor:pointer --- static/koboldai.css | 4 ++++ templates/settings flyout.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/static/koboldai.css b/static/koboldai.css index 12f99e42..89905d3e 100644 --- a/static/koboldai.css +++ b/static/koboldai.css @@ -386,6 +386,10 @@ } /* -----------------------------------------Bias-------------------------------------- */ +#biases_label { + cursor: pointer; +} + .bias { display: grid; grid-template-areas: "phrase percent max"; diff --git a/templates/settings flyout.html b/templates/settings flyout.html index c9bcd988..d516b74a 100644 --- a/templates/settings flyout.html +++ b/templates/settings flyout.html @@ -65,7 +65,7 @@ {% include 'settings item.html' %} {% endwith %} -

+

Biasing: