mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: horizontally center toolbar menu
This commit is contained in:
parent
4ea73d5d5b
commit
9b8ee3cacf
2 changed files with 5 additions and 1 deletions
|
@ -7,6 +7,10 @@
|
|||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: flex-end;
|
||||
|
||||
&:empty {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.UserList > * {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue