mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-04-06 04:39:01 +08:00
fix quicksettings on Chrome
This commit is contained in:
parent
6816ad5ed8
commit
9d0ec13596
@ -370,14 +370,13 @@ div#extras_scale_to_tab div.form{
|
|||||||
|
|
||||||
/* settings */
|
/* settings */
|
||||||
#quicksettings {
|
#quicksettings {
|
||||||
width: fit-content;
|
|
||||||
align-items: end;
|
align-items: end;
|
||||||
}
|
}
|
||||||
|
|
||||||
#quicksettings > div, #quicksettings > fieldset{
|
#quicksettings > div, #quicksettings > fieldset{
|
||||||
max-width: 36em;
|
max-width: 36em;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
flex: auto;
|
flex: 0 1 fit-content;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: none;
|
border: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user