aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css17
1 files changed, 16 insertions, 1 deletions
diff --git a/style.css b/style.css
index 57b3665d..bebd0a53 100644
--- a/style.css
+++ b/style.css
@@ -19,6 +19,18 @@
max-width: 4em;
}
+#style_index{
+ min-width: 9em;
+ max-width: 9em;
+ padding-left: 0;
+ padding-right: 0;
+}
+
+#component-1 div{
+ border: none;
+ gap: 0;
+}
+
#resize_mode{
flex: 1.5;
}
@@ -28,9 +40,12 @@ button{
}
#img2img_prompt, #txt2img_prompt, #img2img_negative_prompt, #txt2img_negative_prompt{
- padding: 0;
border: none !important;
}
+#img2img_prompt textarea, #txt2img_prompt textarea, #img2img_negative_prompt textarea, #txt2img_negative_prompt textarea{
+ border: none !important;
+}
+
#img2maskimg .h-60{
height: 30rem;