Commit 6aa26a26 authored by AUTOMATIC1111's avatar AUTOMATIC1111

change quicksettings items to have variable width

parent b293ed30
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment