mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-01-01 12:25:06 +08:00
change quicksettings items to have variable width
This commit is contained in:
parent
b293ed3061
commit
6aa26a26d5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user