| #txt2img_container_aspect_ratio, | |
| #img2img_container_aspect_ratio { | |
| gap: 5px ; | |
| 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 ; | |
| max-width: unset ; | |
| } | |
| button#arc_show_calculator_button, | |
| button#arc_hide_calculator_button, | |
| #arc_empty_space { | |
| max-width: 45px ; | |
| min-width: unset ; | |
| padding: var(--size-0-5) var(--size-2) ; | |
| } | |