aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-08-14 07:22:52 +0000
committerAUTOMATIC1111 <16777216c@gmail.com>2023-08-14 07:22:52 +0000
commitf3b96d4998d8ca376d33efa7a4454e8c28e24255 (patch)
tree28c964ed2143c698e3163e4af51ca9c91fef56d1 /style.css
parentabbecb3e7363e422d6840fbb5746c74fd453ead5 (diff)
downloadstable-diffusion-webui-gfx803-f3b96d4998d8ca376d33efa7a4454e8c28e24255.tar.gz
stable-diffusion-webui-gfx803-f3b96d4998d8ca376d33efa7a4454e8c28e24255.tar.bz2
stable-diffusion-webui-gfx803-f3b96d4998d8ca376d33efa7a4454e8c28e24255.zip
return seed controls UI to how it was before
Diffstat (limited to 'style.css')
-rw-r--r--style.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/style.css b/style.css
index dc528422..bdf0635a 100644
--- a/style.css
+++ b/style.css
@@ -222,6 +222,21 @@ div.block.gradio-accordion {
padding: 0.1em 0.75em;
}
+[id$=_subseed_show]{
+ min-width: auto !important;
+ flex-grow: 0 !important;
+ display: flex;
+}
+
+[id$=_subseed_show] label{
+ margin-bottom: 0.65em;
+ align-self: end;
+}
+
+[id$=_seed_extras] > div{
+ gap: 0.5em;
+}
+
.html-log .comments{
padding-top: 0.5em;
}