Skip to content

Commit

Permalink
Refs #140518 - Show filters btn fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Nov 19, 2021
1 parent 87dacb9 commit 64a6d81
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -944,6 +944,12 @@ div#page-document {
}
}

@media screen and (max-width: 850px) and (min-width: 750px) {
button.show-filters {
padding: 0.5em !important;
}
}

@media screen and (max-width: 600px) {
div.col-left,
div.col-left a,
Expand Down

0 comments on commit 64a6d81

Please sign in to comment.