Fix: Program list was limited to single column
This commit is contained in:
parent
c5dca7ffb3
commit
8398ee7058
1 changed files with 2 additions and 1 deletions
|
|
@ -2727,7 +2727,8 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
.layout-tv .itemDetailsGroup,
|
||||
.layout-tv .nextUpSection,
|
||||
.layout-tv .detailSection>#listChildrenCollapsible,
|
||||
.collectionItems {
|
||||
.collectionItems,
|
||||
.programGuideSection {
|
||||
grid-column: 1 / -1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue