From 39ce23f42d9b63eff39c50a0d069a442e6416cf5 Mon Sep 17 00:00:00 2001 From: AUTOMATIC <16777216c@gmail.com> Date: Fri, 23 Sep 2022 22:49:21 +0300 Subject: 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 --- style.css | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) (limited to 'style.css') 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{ -- cgit v1.2.1