Skip to content

Commit

Permalink
add temporary fix for navbar overflow issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek committed Nov 30, 2020
1 parent 27a3372 commit aa7ec00
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion website/src/css/customTheme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -496,10 +496,16 @@ html[data-theme="dark"] .navbar-sidebar {
background: var(--ifm-background-color);
}

@media (max-width: 750px) {
@media (max-width: 1080px) {
.navbar .DocSearch-Button {
padding: 0 12px;
}

.DocSearch-Button-Key,
.DocSearch-Button-KeySeparator,
.DocSearch-Button-Placeholder {
display: none;
}
}

/* Sidebar */
Expand Down

0 comments on commit aa7ec00

Please # to comment.