Redo account panel dropdown styles
This commit is contained in:
parent
4813f407ac
commit
2e9ef47dc6
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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user