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