Compare commits

..

No commits in common. "d0acf18ffbbb4a16046c9fbb337fa7e4d76a57d3" and "28963224b717f1d2e1850ebb6ade6c95942d36b6" have entirely different histories.

3 changed files with 11 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 667 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 641 B

View File

@ -356,7 +356,17 @@ nav.top div.slideout.account .panel .button-column {
height: 50%;
}
nav.top div.slideout.account.active .dropdown { height: 112px; }
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: 212px; }
nav.top.guest div.slideout.account.active .dropdown { height: 112px; }
nav.top div.slideout.mail.active .dropdown,
nav.top div.slideout.alerts.active .dropdown { height: 352px; }