disable top separator by default. fix account icon alignment
This commit is contained in:
parent
83a41109d0
commit
2280088c11
2 changed files with 2 additions and 1 deletions
|
|
@ -246,6 +246,7 @@ th, tr, td {
|
|||
}
|
||||
|
||||
#app-acct {
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
#app-acct:hover #acct-pop {
|
||||
|
|
|
|||
Loading…
Reference in a new issue