Skip to content

Commit

Permalink
Refs #136090 - WIP improve selectors on smaller screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Jan 11, 2022
1 parent 8c0d33a commit fb69314
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/SearchBlock/less/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -1385,6 +1385,23 @@ div#page-document {
position: relative;
left: 15px;
}

div.above-results {
display: flex;
justify-content: left !important;
margin-top: 1em !important;
margin-bottom: 2em !important;
column-gap: 10px;
row-gap: 10px;

div.sorting {
margin: 0px !important;
}

div.view-selector {
margin: 0px !important;
}
}
}

div.prev-next-paging button.next,
Expand Down

0 comments on commit fb69314

Please sign in to comment.