mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-24 08:57:47 +00:00
change the template areas when hide meta preview in discover
This commit is contained in:
parent
3f978bbd53
commit
985793aa96
1 changed files with 7 additions and 2 deletions
|
|
@ -137,8 +137,13 @@
|
|||
--items-per-row: 5;
|
||||
|
||||
.discover-content {
|
||||
grid-template-columns: 1fr 0;
|
||||
grid-template-rows: auto 1fr;
|
||||
grid-template-areas:
|
||||
"pickers-area pickers-area"
|
||||
"meta-items-area meta-items-area";
|
||||
|
||||
.meta-preview-container {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue