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

@ -311,7 +311,7 @@
}
.App-menu_top {
grid-template-columns: 1fr auto 1fr;
grid-template-columns: auto max-content auto;
grid-gap: 4px;
align-items: flex-start;
cursor: default;