Files
--sd-webui-ar-plusplus/style.css
LEv145 db639d5315 Updated to convenient settings
Make calculation of height and width inverse, that is, the way it is convenient for me
Disable `calculator_button` in css
Use flex(dynamic) width for all buttons
Add resolution presets by formula: `f(x) = 512 + (1024-512)/4*x, 0 <= x <= 4 `
Add ratios presets
2023-06-29 18:48:27 +02:00

23 lines
507 B
CSS

#txt2img_container_aspect_ratio {
gap: 5px !important;
}
#txt2img_row_aspect_ratio button,
#img2img_row_aspect_ratio button,
#txt2img_row_resolutions button,
#img2img_row_resolutions button {
max-width: none !important;
}
/* Fix size and display of show/hide calculator buttons */
button#arc_show_calculator_button {
display: none;
padding: 0 .75em;
background-color: #ffffff;
--tw-gradient-from: #ffffff;
--tw-gradient-to: #ffffff;
}
button#arc_hide_calculator_button {
padding: 0 .75em;
}