diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-12 15:42:59 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-12 15:42:59 +0000 |
commit | 9d0ec135968d80420b84ca83f7958f5fc8e534c2 (patch) | |
tree | 2dbf7f930e122b5a015e1a3c825fc2bc9b5e321f | |
parent | 6816ad5ed806b9ada81b4fab82e21a9455fa5720 (diff) | |
download | stable-diffusion-webui-gfx803-9d0ec135968d80420b84ca83f7958f5fc8e534c2.tar.gz stable-diffusion-webui-gfx803-9d0ec135968d80420b84ca83f7958f5fc8e534c2.tar.bz2 stable-diffusion-webui-gfx803-9d0ec135968d80420b84ca83f7958f5fc8e534c2.zip |
fix quicksettings on Chrome
-rw-r--r-- | style.css | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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;
|