Skip to content

Commit cfe46da

Browse files
committed
Fix header search overlapping nav items
1 parent e1cf2c6 commit cfe46da

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/stylesheets/extra.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ a.md-header__button.md-logo img {
158158
background-color: white;
159159
border: black 1px solid;
160160
border-radius: 10px;
161+
width: 100%;
162+
161163
}
162164

163165
.md-search__input::placeholder {
@@ -693,4 +695,10 @@ article.md-search-result__article p:not(.md-search-result__meta) {
693695
-webkit-line-clamp: 3;
694696
-webkit-box-orient: vertical;
695697
overflow: hidden;
696-
}
698+
}
699+
700+
701+
.md-search__inner {
702+
max-width: 30rem;
703+
}
704+

0 commit comments

Comments
 (0)