refactor(Search): align completely to Board

This commit is contained in:
Timothy Z. 2025-05-13 15:18:30 +03:00
parent 878af40c1d
commit 62f8bb367f

View file

@ -19,10 +19,12 @@
.search-content {
height: 100%;
width: 100%;
padding: 0 1rem;
overflow-y: auto;
.search-row {
margin: 2rem 1rem;
margin-top: 1rem;
margin-bottom: 2rem;
}
.search-hints-wrapper {
@ -271,6 +273,10 @@
@media only screen and (max-width: @minimum) {
.search-container {
.search-content {
.search-row {
margin-bottom: 1.5rem;
}
.search-row-poster, .search-row-square {
.meta-item, .meta-item-placeholder {
&:nth-child(n+4) {
@ -281,8 +287,10 @@
.search-hints-wrapper {
margin-top: 4rem;
.search-hints-container {
padding: 4rem 2rem;
.search-hint-container {
padding: 0 1.5rem;
}