aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-08-12 15:42:59 +0000
committerAUTOMATIC1111 <16777216c@gmail.com>2023-08-12 15:42:59 +0000
commit9d0ec135968d80420b84ca83f7958f5fc8e534c2 (patch)
tree2dbf7f930e122b5a015e1a3c825fc2bc9b5e321f /style.css
parent6816ad5ed806b9ada81b4fab82e21a9455fa5720 (diff)
downloadstable-diffusion-webui-gfx803-9d0ec135968d80420b84ca83f7958f5fc8e534c2.tar.gz
stable-diffusion-webui-gfx803-9d0ec135968d80420b84ca83f7958f5fc8e534c2.tar.bz2
stable-diffusion-webui-gfx803-9d0ec135968d80420b84ca83f7958f5fc8e534c2.zip
fix quicksettings on Chrome
Diffstat (limited to 'style.css')
-rw-r--r--style.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/style.css b/style.css
index dc44d2cc..716126ed 100644
--- a/style.css
+++ b/style.css
@@ -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;