diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-03-28 19:23:40 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-03-28 19:23:40 +0000 |
commit | d667fc435f6210575ba50a6f3a05d3853b233caa (patch) | |
tree | 37935bc0eaadd1a2983cc6d834a291294197ec3c /style.css | |
parent | 3856ada5cc9ac4124e20ff311ce7aa77330845d9 (diff) | |
download | stable-diffusion-webui-gfx803-d667fc435f6210575ba50a6f3a05d3853b233caa.tar.gz stable-diffusion-webui-gfx803-d667fc435f6210575ba50a6f3a05d3853b233caa.tar.bz2 stable-diffusion-webui-gfx803-d667fc435f6210575ba50a6f3a05d3853b233caa.zip |
add "resize by" and "resize to" tabs to img2img
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -293,7 +293,12 @@ button.custom-button{ margin-left: -0.75em
}
-#txtimg_hr_finalres .resolution{
+#img2img_scale_resolution_preview.block{
+ display: flex;
+ align-items: end;
+}
+
+#txtimg_hr_finalres .resolution, #img2img_scale_resolution_preview .resolution{
font-weight: bold;
}
@@ -333,6 +338,18 @@ div.dimensions-tools{ overflow-wrap: break-word;
}
+#img2img_column_batch{
+ align-self: end;
+ margin-bottom: 0.9em;
+}
+
+#img2img_unused_scale_by_slider{
+ visibility: hidden;
+ width: 0.5em;
+ max-width: 0.5em;
+ min-width: 0.5em;
+}
+
/* settings */
#quicksettings {
width: fit-content;
|