Skip to content

Commit

Permalink
Refs #140518 - Fix page width for logged in users.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Nov 22, 2021
1 parent b5a88f6 commit ad860ff
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@
@sf-dark-gray: #303030;
@sf-medium-blue: #1c6ca4;

@media screen and (min-width: 750px) {
body.searchlib-page {
&.has-toolbar {
div#page-document {
width: calc(100vw - 100px) !important;
}
}
}
}

body.searchlib-page {
div#page-document {
position: relative;
Expand Down

0 comments on commit ad860ff

Please sign in to comment.