aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorJairo Correa <jn.j41r0@gmail.com>2022-09-30 21:58:51 +0000
committerJairo Correa <jn.j41r0@gmail.com>2022-09-30 21:58:51 +0000
commitad1fbbae93fa17f797a76bc59220d074990b85b4 (patch)
tree79ff375c07afee8597598bbcc6fb693ff912dab4 /style.css
parentc2d5b29040132c171bc4d77f1f63da972306f22c (diff)
parent84e97a98c5233119d0f444e0a3a0f6391da23677 (diff)
downloadstable-diffusion-webui-gfx803-ad1fbbae93fa17f797a76bc59220d074990b85b4.tar.gz
stable-diffusion-webui-gfx803-ad1fbbae93fa17f797a76bc59220d074990b85b4.tar.bz2
stable-diffusion-webui-gfx803-ad1fbbae93fa17f797a76bc59220d074990b85b4.zip
Merge branch 'master' into fix-vram
Diffstat (limited to 'style.css')
-rw-r--r--style.css14
1 files changed, 12 insertions, 2 deletions
diff --git a/style.css b/style.css
index 877f2f7f..79d6bb0d 100644
--- a/style.css
+++ b/style.css
@@ -1,5 +1,11 @@
.output-html p {margin: 0 0.5em;}
+.row > *,
+.row > .gr-form > * {
+ min-width: min(120px, 100%);
+ flex: 1 1 0%;
+}
+
.performance {
font-size: 0.85em;
color: #444;
@@ -17,7 +23,7 @@
text-align: right;
}
-#generate{
+#txt2img_generate, #img2img_generate {
min-height: 4.5em;
}
@@ -43,13 +49,17 @@
margin-right: auto;
}
-#random_seed, #random_subseed, #reuse_seed, #reuse_subseed{
+#random_seed, #random_subseed, #reuse_seed, #reuse_subseed, #open_folder{
min-width: auto;
flex-grow: 0;
padding-left: 0.25em;
padding-right: 0.25em;
}
+#hidden_element{
+ display: none;
+}
+
#seed_row, #subseed_row{
gap: 0.5rem;
}