Fix: Media page was clipped on TV layout
This commit is contained in:
parent
916be398f7
commit
d2eff75316
1 changed files with 5 additions and 0 deletions
|
|
@ -868,4 +868,9 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
.activeSession {
|
||||
width: 98% !important;
|
||||
max-width: 27rem !important;
|
||||
}
|
||||
|
||||
.layout-tv .itemBackdrop {
|
||||
display: block;
|
||||
height: 13vh;
|
||||
}
|
||||
Loading…
Reference in a new issue