From ae35641ebf516e9af9eac4592445a5b90b75775c Mon Sep 17 00:00:00 2001 From: kali-linex <87039059+kali-linex@users.noreply.github.com> Date: Wed, 24 May 2023 19:28:58 +0000 Subject: [PATCH] Revert incorrect merge --- web/style.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/web/style.css b/web/style.css index 8ca5b06c2..87f096e14 100644 --- a/web/style.css +++ b/web/style.css @@ -228,6 +228,14 @@ button.comfy-queue-btn { z-index: 99; } +.comfy-modal.comfy-settings input[type="range"] { + vertical-align: middle; +} + +.comfy-modal.comfy-settings input[type="range"] + input[type="number"] { + width: 3.5em; +} + .comfy-modal input, .comfy-modal select { color: var(--input-text); @@ -240,9 +248,9 @@ button.comfy-queue-btn { @media only screen and (max-height: 850px) { .comfy-menu { - top: auto !important; + top: 0 !important; bottom: 0 !important; - left: 0 !important; + left: auto !important; right: 0 !important; border-radius: 0px; }