aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
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;