aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-01-18 11:33:09 +0000
committerAUTOMATIC <16777216c@gmail.com>2023-01-18 11:33:09 +0000
commit6faae2323963f9b0e0086a85b9d0472a24fbaa73 (patch)
tree997558d9497bc7e3b13aa5cb1c44fa7e8c4e1708 /style.css
parent0c5913b9c28017523011ac6bf83b38ed5de8c11f (diff)
downloadstable-diffusion-webui-gfx803-6faae2323963f9b0e0086a85b9d0472a24fbaa73.tar.gz
stable-diffusion-webui-gfx803-6faae2323963f9b0e0086a85b9d0472a24fbaa73.tar.bz2
stable-diffusion-webui-gfx803-6faae2323963f9b0e0086a85b9d0472a24fbaa73.zip
repair broken quicksettings when some form-requiring options are added to it
Diffstat (limited to 'style.css')
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index b6239142..fb58b6c3 100644
--- a/style.css
+++ b/style.css
@@ -530,7 +530,7 @@ input[type="range"]{
gap: 0.4em;
}
-#quicksettings > div{
+#quicksettings > div, #quicksettings > fieldset{
max-width: 24em;
min-width: 24em;
padding: 0;