Skip to content

Commit

Permalink
Keep header searchbar background consistent on mobile (#3438)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Baudray authored and timdorr committed May 31, 2019
1 parent 81fe679 commit fb85759
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,12 @@ header.postHeader:empty + article h1 {
}
}

@media only screen and (max-width: 1024px) {
.reactNavSearchWrapper input#search_input_react {
background: rgba(0, 0, 0, 0.2);
}
}

@media only screen and (max-width: 1023px) {
.reactNavSearchWrapper input#search_input_react {
padding-left: 38px;
Expand Down

0 comments on commit fb85759

Please sign in to comment.