mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-31 03:28:49 +00:00
refactor(Search): improve mobile layout
This commit is contained in:
parent
3992967e29
commit
da049f91fd
1 changed files with 26 additions and 0 deletions
|
|
@ -226,4 +226,30 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: @minimum) {
|
||||
.search-container {
|
||||
.search-content {
|
||||
.search-row {
|
||||
margin: 2rem 1rem;
|
||||
}
|
||||
|
||||
.search-row-poster, .search-row-square {
|
||||
.meta-item, .meta-item-placeholder {
|
||||
&:nth-child(n+4) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.search-hints-container {
|
||||
padding: 4rem 2em;
|
||||
|
||||
.search-hint-container {
|
||||
padding: 0 1.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue