Compare commits

..

3 Commits

Author SHA1 Message Date
d0acf18ffb remove now unused dropdown styles 2024-04-11 00:56:03 -05:00
7063766f3d scale down dropdown 2024-04-11 00:55:30 -05:00
ca52e535c1 add avatar and mycon minis 2024-04-11 00:54:20 -05:00
3 changed files with 1 additions and 11 deletions

BIN
core/icons/mini/avatar.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 667 B

BIN
core/icons/mini/mycon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 641 B

View File

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