Skip to content

Commit adbf68c

Browse files
committed
[design] improve menu nav
1 parent efd84c1 commit adbf68c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎src/css/menu.css‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@
165165
.menu-nav .menu-nav-tab{
166166
padding-left:calc(var(--menu-space) *2);
167167
padding-right:calc(var(--menu-space) *2);
168+
height:3.5em;
168169
justify-content: flex-start;
169170
}
170171

@@ -175,6 +176,10 @@
175176
flex-wrap: nowrap;
176177
}
177178

179+
.is-edge .menu-nav-body{
180+
background-color:rgba(var(--theme-color-02),0.5);
181+
}
182+
178183
.menu-close{
179184
grid-column-start:3;
180185
grid-column-end:4;

0 commit comments

Comments
(0)