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 2f45045 commit f948916Copy full SHA for f948916
core/css/header.scss
@@ -75,7 +75,7 @@
75
76
#header {
77
/* Header menu */
78
- .header-left > nav > .menu,
+ .header-left > nav > .menu,
79
.header-right > div > .menu {
80
background-color: var(--color-main-background);
81
filter: drop-shadow(0 1px 5px var(--color-box-shadow));
@@ -113,7 +113,7 @@
113
background-size: contain;
114
background-position: center;
115
width: 62px;
116
- height: 100%;
+ height: calc(100% - 2px);
117
position: absolute;
118
left: 12px;
119
top: 1px;
@@ -637,4 +637,4 @@ nav[role='navigation'] {
637
-webkit-appearance: none;
638
}
639
640
-}
+}
0 commit comments