From f3de9bf7d98961ba164fd31e5af8cde82c7e522d Mon Sep 17 00:00:00 2001 From: AUTOMATIC <16777216c@gmail.com> Date: Wed, 14 Sep 2022 18:17:24 +0300 Subject: make the gallery taller --- style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 3cc89c76..75fa3fe9 100644 --- a/style.css +++ b/style.css @@ -5,6 +5,10 @@ min-height: 4.5em; } +#txt2img_gallery, #img2img_gallery{ + min-height: 768px; +} + #subseed_show{ min-width: 6em; max-width: 6em; -- cgit v1.2.1