Fix: Media page was clipped on TV layout

This commit is contained in:
lscambo13
2024-12-15 19:06:50 +05:30
parent 916be398f7
commit d2eff75316

View File

@@ -869,3 +869,8 @@ div[data-role=controlgroup] a.ui-btn-active {
width: 98% !important;
max-width: 27rem !important;
}
.layout-tv .itemBackdrop {
display: block;
height: 13vh;
}