[design] improve menu nav

This commit is contained in:
zombieFox 2020-02-17 09:00:11 +00:00
parent efd84c1174
commit adbf68c208

View File

@ -165,6 +165,7 @@
.menu-nav .menu-nav-tab {
padding-left: calc(var(--menu-space) * 2);
padding-right: calc(var(--menu-space) * 2);
height: 3.5em;
justify-content: flex-start;
}
@ -175,6 +176,10 @@
flex-wrap: nowrap;
}
.is-edge .menu-nav-body {
background-color: rgba(var(--theme-color-02), 0.5);
}
.menu-close {
grid-column-start: 3;
grid-column-end: 4;