mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-03-13 09:00:46 +00:00
Merge pull request #9108 from AUTOMATIC1111/img2img-scale-by
add "resize by" and "resize to" tabs to img2img
This commit is contained in:
19
style.css
19
style.css
@@ -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;
|
||||
}
|
||||
|
||||
@@ -337,6 +342,18 @@ div#extras_scale_to_tab div.form{
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user