fix: toolbar unnecessarily eats too much width (#2924)

This commit is contained in:
David Luzar 2021-02-04 16:52:16 +01:00 committed by GitHub
parent 23a8891e0e
commit 1e17c1967b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -226,6 +226,8 @@
.App-top-bar {
z-index: var(--zIndex-layerUI);
display: flex;
justify-content: center;
}
.App-bottom-bar {