diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-01-18 11:33:09 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-01-18 11:33:09 +0000 |
commit | 6faae2323963f9b0e0086a85b9d0472a24fbaa73 (patch) | |
tree | 997558d9497bc7e3b13aa5cb1c44fa7e8c4e1708 /style.css | |
parent | 0c5913b9c28017523011ac6bf83b38ed5de8c11f (diff) | |
download | stable-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.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -530,7 +530,7 @@ input[type="range"]{ gap: 0.4em;
}
-#quicksettings > div{
+#quicksettings > div, #quicksettings > fieldset{
max-width: 24em;
min-width: 24em;
padding: 0;
|