mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Media page was clipped on TV layout
This commit is contained in:
@@ -868,4 +868,9 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
.activeSession {
|
.activeSession {
|
||||||
width: 98% !important;
|
width: 98% !important;
|
||||||
max-width: 27rem !important;
|
max-width: 27rem !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.layout-tv .itemBackdrop {
|
||||||
|
display: block;
|
||||||
|
height: 13vh;
|
||||||
}
|
}
|
Reference in New Issue
Block a user