mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-02-17 10:40:48 +01:00
[refactor] improve menu layout and buttons
This commit is contained in:
parent
d14eb298f1
commit
b375923d43
@ -38,6 +38,7 @@
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.menu-nav-area-grow {
|
||||
@ -110,7 +111,7 @@
|
||||
overflow-y: inherit;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
grid-template-rows: 1fr 100fr;
|
||||
grid-template-rows: auto 1fr;
|
||||
grid-column-gap: 0px;
|
||||
grid-row-gap: 0px;
|
||||
justify-items: stretch;
|
||||
|
Loading…
Reference in New Issue
Block a user