aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-09-09 14:54:04 +0000
committerAUTOMATIC <16777216c@gmail.com>2022-09-09 14:54:04 +0000
commitb1707553cf70d74fad08c62cfca5a2bdfee936b7 (patch)
tree2da7b9c59acd1f61a169f84f404ae8fe440ed79a /style.css
parent003b60b94e42e21e9213b286b6a51a222db1076a (diff)
downloadstable-diffusion-webui-gfx803-b1707553cf70d74fad08c62cfca5a2bdfee936b7.tar.gz
stable-diffusion-webui-gfx803-b1707553cf70d74fad08c62cfca5a2bdfee936b7.tar.bz2
stable-diffusion-webui-gfx803-b1707553cf70d74fad08c62cfca5a2bdfee936b7.zip
added resize seeds and variation seeds features
Diffstat (limited to 'style.css')
-rw-r--r--style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/style.css b/style.css
index 0ae72cc8..9f847e4c 100644
--- a/style.css
+++ b/style.css
@@ -5,6 +5,15 @@
max-width: 13em;
}
+#subseed_show{
+ min-width: 6em;
+ max-width: 6em;
+}
+
+#subseed_show label{
+ height: 100%;
+}
+
#txt2img_roll{
min-width: 1em;
max-width: 4em;