From 857180594bcfd4f5e7ade6d4ebe0201373fb5632 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Thu, 22 Jun 2023 17:42:35 -0500 Subject: [PATCH] Correct panel styles --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index e5db969..1cec8a1 100644 --- a/style.css +++ b/style.css @@ -384,13 +384,13 @@ nav.top div.slideout.account .panel .button-column { width: 50%; } -nav.top div.slideout.account .upane .avatar { +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 .upane .ninfo { +nav.top div.slideout.account .panel .user-column .ninfo { flex-grow: 1; }