[refactor] improve menu layout and buttons
This commit is contained in:
parent
d14eb298f1
commit
b375923d43
|
@ -38,6 +38,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
align-items: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-nav-area-grow {
|
.menu-nav-area-grow {
|
||||||
|
@ -110,7 +111,7 @@
|
||||||
overflow-y: inherit;
|
overflow-y: inherit;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr;
|
grid-template-columns: 1fr;
|
||||||
grid-template-rows: 1fr 100fr;
|
grid-template-rows: auto 1fr;
|
||||||
grid-column-gap: 0px;
|
grid-column-gap: 0px;
|
||||||
grid-row-gap: 0px;
|
grid-row-gap: 0px;
|
||||||
justify-items: stretch;
|
justify-items: stretch;
|
||||||
|
|
Loading…
Reference in New Issue