mirror of
https://github.com/altoiddealer/--sd-webui-ar-plusplus.git
synced 2026-04-22 07:18:55 +00:00
14 lines
341 B
CSS
14 lines
341 B
CSS
#txt2img_row_aspect_ratio button,
|
|
#img2img_row_aspect_ratio button {
|
|
min-width: 2.5em !important;
|
|
max-width: fit-content !important;
|
|
margin: 0 0 0.25em 0 !important;
|
|
}
|
|
|
|
#txt2img_row_resolutions button,
|
|
#img2img_row_resolutions button {
|
|
min-width: 2.5em !important;
|
|
max-width: fit-content !important;
|
|
margin: 0 0 0.25em 0 !important;
|
|
}
|