change quicksettings items to have variable width

This commit is contained in:
AUTOMATIC1111 2023-08-12 16:47:39 +03:00
parent b293ed3061
commit 6aa26a26d5

View File

@ -386,14 +386,17 @@ div#extras_scale_to_tab div.form{
} }
#quicksettings > div, #quicksettings > fieldset{ #quicksettings > div, #quicksettings > fieldset{
max-width: 24em; max-width: 36em;
min-width: 24em; width: fit-content;
width: 24em; flex: auto;
padding: 0; padding: 0;
border: none; border: none;
box-shadow: none; box-shadow: none;
background: none; background: none;
} }
#quicksettings > div.gradio-dropdown{
min-width: 24em !important;
}
#settings{ #settings{
display: block; display: block;