From 33ab77736b18e3642396ed7ab9b6aac1215eb974 Mon Sep 17 00:00:00 2001 From: ebolam Date: Sun, 28 Aug 2022 10:25:24 -0400 Subject: [PATCH] Fix help icon size --- static/koboldai.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/koboldai.css b/static/koboldai.css index 3f008de3..ec889ed3 100644 --- a/static/koboldai.css +++ b/static/koboldai.css @@ -275,7 +275,7 @@ input[type="range"]::-ms-fill-upper { .helpicon { color: var(--help_icon); cursor: help; - font-size: calc(14px + var(--font_size_adjustment)); !important; + font-size: calc(14px + var(--font_size_adjustment)) !important; flex: auto; width: 15px; align-self: flex-end;