mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
fix(Search): align styles with board catalogs
This commit is contained in:
parent
cc105f327c
commit
878af40c1d
1 changed files with 1 additions and 5 deletions
|
|
@ -22,7 +22,7 @@
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
|
||||||
.search-row {
|
.search-row {
|
||||||
margin: 4rem 2rem;
|
margin: 2rem 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-hints-wrapper {
|
.search-hints-wrapper {
|
||||||
|
|
@ -271,10 +271,6 @@
|
||||||
@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: 2rem 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.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) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue