aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-09-23 22:49:21 +0300
committerAUTOMATIC <16777216c@gmail.com>2022-09-23 22:49:21 +0300
commit39ce23f42d9b63eff39c50a0d069a442e6416cf5 (patch)
treebf245801f544389aece3319b381232a697203e42 /style.css
parent9c92a1a9aa8f4c54f6e05a655883143fec917f67 (diff)
add the bitton to paste parameters into UI for txt2img, img2img, and pnginfo tabs
fixed some [send to..] buttons to work properly with all tabs
Diffstat (limited to 'style.css')
-rw-r--r--style.css19
1 files changed, 15 insertions, 4 deletions
diff --git a/style.css b/style.css
index 0746a659..e4fe5453 100644
--- a/style.css
+++ b/style.css
@@ -74,10 +74,21 @@
height: 100%;
}
-#roll{
- min-width: 1em;
- max-width: 4em;
- margin: 0.5em;
+#roll_col{
+ min-width: unset !important;
+ flex-grow: 0 !important;
+ padding: 0.4em 0;
+}
+
+#roll, #paste{
+ min-width: 2em;
+ min-height: 2em;
+ max-width: 2em;
+ max-height: 2em;
+ flex-grow: 0;
+ padding-left: 0.25em;
+ padding-right: 0.25em;
+ margin: 0.1em 0;
}
#style_apply, #style_create, #interrogate{