mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +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-content {
|
||||
grid-template-columns: 1fr;
|
||||
grid-template-rows: fit-content(19rem) 1fr;
|
||||
grid-template-rows: auto 1fr;
|
||||
grid-template-areas:
|
||||
"selectable-inputs-area"
|
||||
"catalog-content-area";
|
||||
|
|
|
|||
Loading…
Reference in a new issue