Skip to content

Commit

Permalink
Refs #144718 - Fix logos is Sources for small screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Mar 4, 2022
1 parent 043d73b commit f545ad5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/SearchBlock/less/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -1529,6 +1529,19 @@ div.ui.modal.facet {
}
}

@media only screen and (max-width: 766px) {
div.content .searchlib-multiterm-facet.facet-sources button.ui.toggle {
display: flex;
align-items: center;
text-align: left;

img {
max-width: 50px;
height: auto !important;
}
}
}

@media only screen and (max-width: 260px) {
div.searchapp.landing-page {
div.landing-page-container {
Expand Down

0 comments on commit f545ad5

Please sign in to comment.