aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-08-12 13:47:39 +0000
committerAUTOMATIC1111 <16777216c@gmail.com>2023-08-12 13:47:39 +0000
commit6aa26a26d5beb317d708c4fa85c38056347ea5d3 (patch)
treee9cf4b89b15fa4b9c3cb5870b5e622d17c454281 /style.css
parentb293ed30610c040e621e1840d63047ae298f0650 (diff)
downloadstable-diffusion-webui-gfx803-6aa26a26d5beb317d708c4fa85c38056347ea5d3.tar.gz
stable-diffusion-webui-gfx803-6aa26a26d5beb317d708c4fa85c38056347ea5d3.tar.bz2
stable-diffusion-webui-gfx803-6aa26a26d5beb317d708c4fa85c38056347ea5d3.zip
change quicksettings items to have variable width
Diffstat (limited to 'style.css')
-rw-r--r--style.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/style.css b/style.css
index 260b1056..f936e9a0 100644
--- a/style.css
+++ b/style.css
@@ -386,14 +386,17 @@ div#extras_scale_to_tab div.form{
}
#quicksettings > div, #quicksettings > fieldset{
- max-width: 24em;
- min-width: 24em;
- width: 24em;
+ max-width: 36em;
+ width: fit-content;
+ flex: auto;
padding: 0;
border: none;
box-shadow: none;
background: none;
}
+#quicksettings > div.gradio-dropdown{
+ min-width: 24em !important;
+}
#settings{
display: block;