Merge pull request #10440 from grimatoma/increaseModelPickerWidth

Remove max width for model dropdown
This commit is contained in:
AUTOMATIC1111 2023-05-17 08:27:25 +03:00 committed by GitHub
commit 4b07f2f584
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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;