Merge pull request #908 from Stremio/fix/search-page-styles
Some checks are pending
Build / build (push) Waiting to run

Search: align styles with board catalogs
This commit is contained in:
Timothy Z. 2025-05-13 17:02:51 +03:00 committed by GitHub
commit 1d95b9efbd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,10 +19,12 @@
.search-content {
height: 100%;
width: 100%;
padding: 0 1rem;
overflow-y: auto;
.search-row {
margin: 4rem 2rem;
margin-top: 1rem;
margin-bottom: 2rem;
}
.search-hints-wrapper {
@ -272,7 +274,7 @@
.search-container {
.search-content {
.search-row {
margin: 2rem 1rem;
margin-bottom: 1.5rem;
}
.search-row-poster, .search-row-square {
@ -285,8 +287,10 @@
.search-hints-wrapper {
margin-top: 4rem;
.search-hints-container {
padding: 4rem 2rem;
.search-hint-container {
padding: 0 1.5rem;
}