Skip to content

Commit

Permalink
Refs #140559 - Pixel perfect vertical align of searchbox with content…
Browse files Browse the repository at this point in the history
… column.
  • Loading branch information
GhitaB committed Oct 21, 2021
1 parent 7469f07 commit ad3e886
Showing 1 changed file with 7 additions and 17 deletions.
24 changes: 7 additions & 17 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -60,25 +60,18 @@ div#page-document {
}

div > div.ui.container {
padding-right: 0px !important;
padding-left: 0px !important;
}

div.sui-layout-header {
padding-right: 0px !important;
padding-left: 0px !important;
border-bottom: none;

div.cols-container {
min-height: 230px;

div.col-left {
width: 16.66666667%;
float: left;
}

div.col-right {
width: 80%;
div.header-columns {
div.col-mid {
padding-left: 40px;
float: left;
}
}

Expand Down Expand Up @@ -852,15 +845,12 @@ div.ui.modal.facet {

@media only screen and (max-width: 770px) {
div.sui-layout-header {
div.cols-container {
min-height: 250px;

div.header-columns {
div.col-left {
width: 0px !important;
display: none !important;
}

div.col-right {
width: 100% !important;
div.col-mid {
padding-left: 0px !important;
}
}
Expand Down

0 comments on commit ad3e886

Please sign in to comment.