refactor(Search): improve mobile layout

This commit is contained in:
Tim 2022-02-17 09:26:10 +01:00
parent 3992967e29
commit da049f91fd

View file

@ -226,4 +226,30 @@
}
}
}
}
@media only screen and (max-width: @minimum) {
.search-container {
.search-content {
.search-row {
margin: 2rem 1rem;
}
.search-row-poster, .search-row-square {
.meta-item, .meta-item-placeholder {
&:nth-child(n+4) {
display: none;
}
}
}
.search-hints-container {
padding: 4rem 2em;
.search-hint-container {
padding: 0 1.5rem;
}
}
}
}
}