From 76d2744e0b7a08a0ec7bfaad92daa07337cd8672 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Sun, 30 Jul 2023 16:33:59 -0500 Subject: [PATCH] Improve nav slideouts --- style.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/style.css b/style.css index 2cf98f8..0a974a0 100644 --- a/style.css +++ b/style.css @@ -389,6 +389,21 @@ nav.top div.slideout.mail .dropdown .mail .message.unread { background-color: #d0dadf; outline: 1px solid #0088ff; } + +nav.top div.slideout.alerts.active .dropdown .clicker img, +nav.top div.slideout.mail.active .dropdown .clicker img { + float: left; + vertical-align: middle; + margin: 2px; +} + +nav.top div.slideout.alerts.active .dropdown .clicker .counter, +nav.top div.slideout.mail.active .dropdown .clicker .counter { + display: inline-block; + text-align: left; + width: 100%; + margin-top: 4px; +} nav.top div.slideout.alerts .dropdown .alerts .alert a, nav.top div.slideout.mail .dropdown .mail .message a {