disable top separator by default. fix account icon alignment

This commit is contained in:
Stewart Allen 2020-06-08 12:05:41 -04:00
commit 2280088c11
2 changed files with 2 additions and 1 deletions

View file

@ -246,6 +246,7 @@ th, tr, td {
}
#app-acct {
align-items: center;
justify-content: flex-end;
}
#app-acct:hover #acct-pop {