fix(topbar): display user name

This commit is contained in:
hexxa 2021-08-26 22:07:59 +08:00 committed by Hexxa
parent 01d38786ec
commit 565c7324ef
8 changed files with 25 additions and 11 deletions

View file

@ -665,4 +665,8 @@ div.hr {
height: 3rem;
border: solid 1px #95a5a6;
border-radius: 0.5rem;
}
.user {
font-weight: bold;
}