From 62f8bb367ff698989a0443f3d9c195482f189947 Mon Sep 17 00:00:00 2001 From: "Timothy Z." Date: Tue, 13 May 2025 15:18:30 +0300 Subject: [PATCH] refactor(Search): align completely to Board --- src/routes/Search/styles.less | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/routes/Search/styles.less b/src/routes/Search/styles.less index 066edf9e2..278d65693 100644 --- a/src/routes/Search/styles.less +++ b/src/routes/Search/styles.less @@ -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; }