feat: horizontally center toolbar menu
This commit is contained in:
@ -7,6 +7,10 @@
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: flex-end;
|
||||
|
||||
&:empty {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.UserList > * {
|
||||
|
Reference in New Issue
Block a user