We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3220ff commit 13f14f9Copy full SHA for 13f14f9
templates/style/_navbar.scss
@@ -76,14 +76,13 @@ div.nav-container {
76
77
form.landing-search-form-nav {
78
max-width: 1200px;
79
- height: 100%;
80
display: flex;
81
flex-direction: row;
82
83
#search-input-nav {
84
display: none;
85
border-left: 1px solid var(--color-border);
86
+ height: calc(#{$top-navbar-height} - 1px);
87
88
@media #{$media-sm} {
89
display: block;
@@ -107,7 +106,7 @@ div.nav-container {
107
106
font-size: 0.8em;
108
box-shadow: none;
109
background-color: var(--color-background);
110
111
}
112
113
0 commit comments