From d0acf18ffbbb4a16046c9fbb337fa7e4d76a57d3 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Thu, 11 Apr 2024 00:56:03 -0500 Subject: [PATCH] remove now unused dropdown styles --- core/style.css | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/core/style.css b/core/style.css index dba6685..56cc10d 100644 --- a/core/style.css +++ b/core/style.css @@ -356,16 +356,6 @@ nav.top div.slideout.account .panel .button-column { height: 50%; } -nav.top div.slideout.account .panel .user-column .avatar { - flex-shrink: 0; - background: var(--primary-container-background); - border: var(--primary-container-border); -} - -nav.top div.slideout.account .panel .user-column .ninfo { - flex-grow: 1; -} - 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,