From 7063766f3dc42d4814f76fe9d72b03910a5db552 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Thu, 11 Apr 2024 00:55:30 -0500 Subject: [PATCH] scale down dropdown --- core/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/style.css b/core/style.css index 7a7e128..dba6685 100644 --- a/core/style.css +++ b/core/style.css @@ -366,7 +366,7 @@ nav.top div.slideout.account .panel .user-column .ninfo { flex-grow: 1; } -nav.top div.slideout.account.active .dropdown { height: 212px; } +nav.top div.slideout.account.active .dropdown { height: 112px; } nav.top.guest div.slideout.account.active .dropdown { height: 112px; } nav.top div.slideout.mail.active .dropdown, nav.top div.slideout.alerts.active .dropdown { height: 352px; }