Skip to content

Commit 9d98c1f

Browse files
UX: Search header adjustments (#45)
1 parent 5678bd1 commit 9d98c1f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

desktop/desktop.scss

+12
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,18 @@ $sidebar-width: #{$sidebar_width}em;
164164
padding: 0;
165165
}
166166

167+
.header-search--enabled .floating-search-input-wrapper {
168+
grid-area: extra-info;
169+
170+
@include breakpoint(tablet) {
171+
grid-area: rspace;
172+
}
173+
174+
@include breakpoint(mobile-extra-large) {
175+
display: none;
176+
}
177+
}
178+
167179
body.has-sidebar-page {
168180
.wrap {
169181
max-width: unset; // undoing core default

0 commit comments

Comments
 (0)