diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-01-14 19:43:01 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-01-14 19:43:01 +0000 |
commit | 86359535d6fb0899fa9e838d27f2006b929331d5 (patch) | |
tree | 48664577978963392b8d1714b6f49852608bcf58 /style.css | |
parent | f8c512478568293155539f616dce26c5e4495055 (diff) | |
download | stable-diffusion-webui-gfx803-86359535d6fb0899fa9e838d27f2006b929331d5.tar.gz stable-diffusion-webui-gfx803-86359535d6fb0899fa9e838d27f2006b929331d5.tar.bz2 stable-diffusion-webui-gfx803-86359535d6fb0899fa9e838d27f2006b929331d5.zip |
add buttons to copy images between img2img tabs
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -676,6 +676,24 @@ footer { opacity: 0.5;
}
+#mode_img2img > div > div{
+ gap: 0 !important;
+}
+
+[id*='img2img_copy_to_'] {
+ border: none;
+}
+
+[id*='img2img_copy_to_'] > button {
+}
+
+[id*='img2img_label_copy_to_'] {
+ font-size: 1.0em;
+ font-weight: bold;
+ text-align: center;
+ line-height: 2.4em;
+}
+
/* The following handles localization for right-to-left (RTL) languages like Arabic.
The rtl media type will only be activated by the logic in javascript/localization.js.
If you change anything above, you need to make sure it is RTL compliant by just running
|