mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: toolbar unnecessarily eats too much width (#2924)
This commit is contained in:
parent
23a8891e0e
commit
1e17c1967b
2 changed files with 4 additions and 2 deletions
|
@ -226,6 +226,8 @@
|
|||
|
||||
.App-top-bar {
|
||||
z-index: var(--zIndex-layerUI);
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.App-bottom-bar {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue