From ab9c730d03fbd5c17721f543d9a55a7e37448b1d Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Thu, 12 Oct 2023 23:08:29 -0500 Subject: [PATCH] turn nav into a row --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index 1567a50..a8615ea 100644 --- a/style.css +++ b/style.css @@ -330,13 +330,13 @@ nav.top div.slideout .dropdown .clicker { nav.top div.slideout.account .panel { display: flex; + flex-direction: column; } nav.top div.slideout.account .panel .user-column, nav.top div.slideout.account .panel .button-column { - display: flex; - flex-direction: column; - width: 50%; + display: block; + height: 50%; } nav.top div.slideout.account .panel .user-column .avatar { @@ -429,7 +429,7 @@ nav.top div.slideout.mail .dropdown .mail .message .info { } nav.top div.slideout.account { width: 132px; } -nav.top div.slideout.account.active { width: 264px; } +nav.top div.slideout.account.active { width: 256px; } nav.top div.slideout.mail,nav.top div.slideout.alerts { display: block; width: 32px;