Works fine, I think

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2021-07-30 23:05:54 +02:00
parent 29d68dac06
commit 055b001f74
3 changed files with 33 additions and 24 deletions

View File

@ -1,9 +1,19 @@
.search-page {
min-height: 97px;
}
@media screen and (min-width: 600px + (285px * 1) + (10px * 1)) {
.search-page .search {
display: none;
}
}
@media screen and (max-width: 600px + (285px * 1) + (10px * 1) - 1px) {
.search-page .column-header__wrapper {
display: none;
}
}
.search {
position: relative;
}
@ -158,3 +168,8 @@
.search-popout {
@include search-popout;
}
.search__filter-bar:last-child {
border-bottom: none;
}