diff --git a/static/koboldai.css b/static/koboldai.css index e0a63583..cae46227 100644 --- a/static/koboldai.css +++ b/static/koboldai.css @@ -485,6 +485,19 @@ input[type="range"]::-ms-fill-upper { height: 35px; } + +.settings_button > .button_label { + position: relative; + bottom: 3px; + right: 4px; +} + +.settings_button > .material-icons-outlined { + position: relative; + top: 3px; + right: 2px; +} + .Model_Info .settings_button { } diff --git a/templates/popups.html b/templates/popups.html index b4efd736..166158bf 100644 --- a/templates/popups.html +++ b/templates/popups.html @@ -13,7 +13,7 @@ Drag file(s) above or click here to Upload File diff --git a/templates/settings flyout.html b/templates/settings flyout.html index 8b5a3041..5e122d88 100644 --- a/templates/settings flyout.html +++ b/templates/settings flyout.html @@ -45,12 +45,12 @@