mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 23:12:13 +00:00
discover styles fixed for small screens
This commit is contained in:
parent
8f289d2f9e
commit
aa2efb4c5b
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@
|
||||||
.discover-container {
|
.discover-container {
|
||||||
.discover-content {
|
.discover-content {
|
||||||
grid-template-columns: 1fr;
|
grid-template-columns: 1fr;
|
||||||
grid-template-rows: fit-content(19rem) 1fr;
|
grid-template-rows: auto 1fr;
|
||||||
grid-template-areas:
|
grid-template-areas:
|
||||||
"selectable-inputs-area"
|
"selectable-inputs-area"
|
||||||
"catalog-content-area";
|
"catalog-content-area";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue