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;