mirror of
https://github.com/altoiddealer/--sd-webui-ar-plusplus.git
synced 2026-03-07 14:19:59 +00:00
30 lines
645 B
CSS
30 lines
645 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,
|
|
#arc_empty_space {
|
|
max-width: 45px !important;
|
|
min-width: unset !important;
|
|
padding: var(--size-0-5) var(--size-2) !important;
|
|
}
|