mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 15:52:02 +00:00
refactor(Search): align completely to Board
This commit is contained in:
parent
878af40c1d
commit
62f8bb367f
1 changed files with 9 additions and 1 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue