mirror of
https://github.com/altoiddealer/--sd-webui-ar-plusplus.git
synced 2026-04-22 15:28:59 +00:00
Aspect ratio changed according to wikipedia (https://en.wikipedia.org/wiki/Aspect_ratio_(image)) Slightly redesigned for 1:1 for a better look Update preview image
30 lines
651 B
CSS
30 lines
651 B
CSS
#txt2img_container_aspect_ratio,
|
|
#img2img_container_aspect_ratio {
|
|
gap: 5px !important;
|
|
margin-top: 3px;
|
|
margin-bottom: 3px;
|
|
}
|
|
|
|
#txt2img_row_aspect_ratio,
|
|
#txt2img_row_resolutions,
|
|
#img2img_row_aspect_ratio,
|
|
#img2img_row_resolutions {
|
|
gap: 8px;
|
|
}
|
|
|
|
#txt2img_row_aspect_ratio button,
|
|
#txt2img_row_resolutions button,
|
|
#img2img_row_aspect_ratio button,
|
|
#img2img_row_resolutions button {
|
|
gap: 10px !important;
|
|
max-width: unset !important;
|
|
}
|
|
|
|
button#arc_show_calculator_button,
|
|
button#arc_hide_calculator_button,
|
|
button#arc_empty_space {
|
|
max-width: 45px !important;
|
|
min-width: unset !important;
|
|
padding: var(--size-0-5) var(--size-2) !important;
|
|
}
|