mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-30 04:11:15 -08:00
Merge pull request #10440 from grimatoma/increaseModelPickerWidth
Remove max width for model dropdown
This commit is contained in:
commit
4b07f2f584
1 changed files with 0 additions and 2 deletions
|
|
@ -363,12 +363,10 @@ div#extras_scale_to_tab div.form{
|
|||
|
||||
/* settings */
|
||||
#quicksettings {
|
||||
width: fit-content;
|
||||
align-items: end;
|
||||
}
|
||||
|
||||
#quicksettings > div, #quicksettings > fieldset{
|
||||
max-width: 24em;
|
||||
min-width: 24em;
|
||||
padding: 0;
|
||||
border: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue