add "resize by" and "resize to" tabs to img2img

This commit is contained in:
AUTOMATIC
2023-03-28 22:23:40 +03:00
parent 3856ada5cc
commit d667fc435f
4 changed files with 75 additions and 5 deletions

View File

@@ -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;