feat: horizontally center toolbar menu

This commit is contained in:
dwelle 2021-12-05 17:47:19 +01:00
parent 4ea73d5d5b
commit 9b8ee3cacf
2 changed files with 5 additions and 1 deletions

View file

@ -7,6 +7,10 @@
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
&:empty {
display: none;
}
}
.UserList > * {