mirror of
https://github.com/zombieFox/nightTab.git
synced 2024-11-23 00:23:28 +01:00
[design] improve menu nav
This commit is contained in:
parent
efd84c1174
commit
adbf68c208
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user