feat: Display avatar next to user name in top bar

This commit is contained in:
Maksim Eltyshev
2024-04-22 23:23:36 +02:00
parent 25a7a3bd3b
commit 14519c206e
3 changed files with 9 additions and 1 deletions
@@ -1,5 +1,7 @@
:global(#app) {
.action {
align-items: center;
display: flex;
flex: 0 0 auto;
margin-right: 20px;
}