From df702c6e9e6a7039371f441ec25fcdf4ccb43b64 Mon Sep 17 00:00:00 2001 From: Alessandro Melis Date: Thu, 30 Mar 2023 20:35:47 +0100 Subject: [PATCH] add style --- style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..cf06f52 --- /dev/null +++ b/style.css @@ -0,0 +1,13 @@ +#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; +}