aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css41
1 files changed, 27 insertions, 14 deletions
diff --git a/style.css b/style.css
index c1eb340b..d41c098c 100644
--- a/style.css
+++ b/style.css
@@ -1,12 +1,15 @@
.output-html p {margin: 0 0.5em;}
.performance { font-size: 0.85em; color: #444; }
-#txt2img_generate, #img2img_generate{
- max-width: 13em;
+#generate{
+ min-height: 4.5em;
}
-#img2img_interrogate{
- max-width: 10em;
+#txt2img_gallery, #img2img_gallery{
+ min-height: 768px;
+}
+#txt2img_gallery img, #img2img_gallery img{
+ object-fit: scale-down;
}
#subseed_show{
@@ -18,21 +21,33 @@
height: 100%;
}
-#txt2img_roll{
+#roll{
min-width: 1em;
max-width: 4em;
+ margin: 0.5em;
+}
+
+#style_apply, #style_create, #interrogate{
+ margin: 0.75em 0.25em 0.25em 0.25em;
+ min-width: 3em;
+}
+
+#style_pos_col, #style_neg_col{
+ min-width: 4em !important;
+}
+
+#style_index, #style2_index{
+ margin-top: 1em;
}
-#style_index{
- min-width: 9em;
- max-width: 9em;
- padding-left: 0;
- padding-right: 0;
+.gr-form{
+ background: transparent;
}
#toprow div{
border: none;
gap: 0;
+ background: transparent;
}
#resize_mode{
@@ -43,10 +58,10 @@ button{
align-self: stretch !important;
}
-#img2img_prompt, #txt2img_prompt, #img2img_negative_prompt, #txt2img_negative_prompt{
+#prompt, #negative_prompt{
border: none !important;
}
-#img2img_prompt textarea, #txt2img_prompt textarea, #img2img_negative_prompt textarea, #txt2img_negative_prompt textarea{
+#prompt textarea, #negative_prompt textarea{
border: none !important;
}
@@ -134,8 +149,6 @@ input[type="range"]{
}
#txt2img_negative_prompt, #img2img_negative_prompt{
- flex: 0.3;
- min-width: 10em;
}
.progressDiv{