We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efd84c1 commit adbf68cCopy full SHA for adbf68c
src/css/menu.css
@@ -165,6 +165,7 @@
165
.menu-nav .menu-nav-tab{
166
padding-left:calc(var(--menu-space) *2);
167
padding-right:calc(var(--menu-space) *2);
168
+height:3.5em;
169
justify-content: flex-start;
170
}
171
@@ -175,6 +176,10 @@
175
176
flex-wrap: nowrap;
177
178
179
+ .is-edge .menu-nav-body{
180
+background-color:rgba(var(--theme-color-02),0.5);
181
+ }
182
+
183
.menu-close{
184
grid-column-start:3;
185
grid-column-end:4;
0 commit comments