mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
Merge pull request #908 from Stremio/fix/search-page-styles
Some checks are pending
Build / build (push) Waiting to run
Some checks are pending
Build / build (push) Waiting to run
Search: align styles with board catalogs
This commit is contained in:
commit
1d95b9efbd
1 changed files with 6 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue