diff --git a/style.css b/style.css index 11eb421..e5db969 100644 --- a/style.css +++ b/style.css @@ -369,8 +369,19 @@ nav.top div.slideout .dropdown .clicker { user-select: none; } -nav.top div.slideout.account .upane { +/*nav.top div.slideout.account .upane { display: flex; +}*/ + +nav.top div.slideout.account .panel { + display: flex; +} + +nav.top div.slideout.account .panel .user-column, +nav.top div.slideout.account .panel .button-column { + display: flex; + flex-direction: column; + width: 50%; } nav.top div.slideout.account .upane .avatar {