Files
--sd-webui-ar-plusplus/style.css
roamindev 2fc8d9e3b1 Added aspect ratio calculator
Added aspect ratio calculator panel inspired by the aspect ration calculator website by Andrew Hedges (https://andrew.hedges.name/experiments/aspect_ratio/)
2023-03-30 22:53:10 -04:00

23 lines
585 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;
}
/* Fix size and display of show/hide calculator buttons */
button#arc_show_calculator_button,
button#arc_hide_calculator_button {
min-width: 1.5em !important;
height: 1.25em;
flex-grow: 0;
font-size: 2rem;
padding: 0 0 .1em;
}