diff --git a/static/koboldai.css b/static/koboldai.css index e06ccdb7..1e063e05 100644 --- a/static/koboldai.css +++ b/static/koboldai.css @@ -485,6 +485,18 @@ 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; +} + .settings_button[story_gamesaved="true"] { filter: brightness(40%); } 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 581a985a..92396296 100644 --- a/templates/settings flyout.html +++ b/templates/settings flyout.html @@ -50,7 +50,7 @@
@@ -72,15 +72,15 @@