From d4366593ef2dac92ffd063aaa7d508236155cfb8 Mon Sep 17 00:00:00 2001 From: LightSaveUs <108632621+LightSaveUs@users.noreply.github.com> Date: Mon, 29 Aug 2022 17:59:55 +0300 Subject: [PATCH 1/3] AN Depth setting centering --- static/koboldai.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/koboldai.css b/static/koboldai.css index b790b20b..d42a039a 100644 --- a/static/koboldai.css +++ b/static/koboldai.css @@ -204,7 +204,7 @@ input[type="range"]::-ms-fill-upper { "item item" "minlabel maxlabel"; grid-template-rows: 20px 23px 20px; - grid-template-columns: 294px 60px; + grid-template-columns: 288px 60px; row-gap: 0.2em; background-color: var(--setting_background); color: var(--setting_text); From b9b5a23834efb31c0e70a63295446f8f7b8d41a8 Mon Sep 17 00:00:00 2001 From: LightSaveUs <108632621+LightSaveUs@users.noreply.github.com> Date: Mon, 29 Aug 2022 18:02:04 +0300 Subject: [PATCH 2/3] AN box size adjustment --- templates/story flyout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/story flyout.html b/templates/story flyout.html index 945c9ff3..b9eab98a 100644 --- a/templates/story flyout.html +++ b/templates/story flyout.html @@ -43,7 +43,7 @@ Template:

Author's Notes:
-
+
{% with menu='author_notes' %} {% with sub_path='' %} From a88452e17e98c621cb6b59cea99d083bf64868c9 Mon Sep 17 00:00:00 2001 From: LightSaveUs <108632621+LightSaveUs@users.noreply.github.com> Date: Mon, 29 Aug 2022 18:11:42 +0300 Subject: [PATCH 3/3] Fixed AN Depth values range --- gensettings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gensettings.py b/gensettings.py index eb03cb03..e88b5edf 100644 --- a/gensettings.py +++ b/gensettings.py @@ -485,7 +485,7 @@ gensettingstf = [ "unit": "int", "label": "AN Depth", "id": "singleline", - "min": 0, + "min": 1, "max": 5, "step": 1, "default": 3,