diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-09-23 19:49:21 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-09-23 19:49:21 +0000 |
commit | 39ce23f42d9b63eff39c50a0d069a442e6416cf5 (patch) | |
tree | bf245801f544389aece3319b381232a697203e42 /style.css | |
parent | 9c92a1a9aa8f4c54f6e05a655883143fec917f67 (diff) | |
download | stable-diffusion-webui-gfx803-39ce23f42d9b63eff39c50a0d069a442e6416cf5.tar.gz stable-diffusion-webui-gfx803-39ce23f42d9b63eff39c50a0d069a442e6416cf5.tar.bz2 stable-diffusion-webui-gfx803-39ce23f42d9b63eff39c50a0d069a442e6416cf5.zip |
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.css | 19 |
1 files changed, 15 insertions, 4 deletions
@@ -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{
|