From 8dbbbfc3c89fb81cd71e3ce1d25add246cfe997e Mon Sep 17 00:00:00 2001 From: wukko Date: Wed, 7 Jun 2023 21:56:35 +0600 Subject: [PATCH] min height for changelog banner --- src/front/cobalt.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/front/cobalt.css b/src/front/cobalt.css index e2f9c37..8229f91 100644 --- a/src/front/cobalt.css +++ b/src/front/cobalt.css @@ -352,6 +352,7 @@ button:active, .changelog-banner { width: 100%; max-height: 300px; + min-height: 160px; margin-bottom: 1.65rem; float: left; }