fix quicksettings on Chrome

This commit is contained in:
AUTOMATIC1111 2023-08-12 18:42:59 +03:00
parent 6816ad5ed8
commit 9d0ec13596

View File

@ -370,14 +370,13 @@ div#extras_scale_to_tab div.form{
/* settings */
#quicksettings {
width: fit-content;
align-items: end;
}
#quicksettings > div, #quicksettings > fieldset{
max-width: 36em;
width: fit-content;
flex: auto;
flex: 0 1 fit-content;
padding: 0;
border: none;
box-shadow: none;