Redo account panel dropdown styles
This commit is contained in:
13
style.css
13
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 {
|
||||
|
||||
Reference in New Issue
Block a user