Update lukeflix.css

This commit is contained in:
2026-07-25 00:52:40 -06:00
parent 52255d0b9a
commit d121410954

View File

@@ -2335,7 +2335,26 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child {
animation: abyss-section-fade-up 0.7s var(--abyss-ease) both 0.45s;
}
/* 16. LIVE TV STRUCTURE & COMPONENTS */
/* 16. LIBRARY */
/* Resize movie logo */
#itemDetailPage .detailLogo {
margin-left: 31% !important;
margin-top: -18vh !important;
margin-bottom: 2vh !important;
}
/* Resize backdrop above action ribbon */
.itemBackdrop {
height: 20vh !important;
}
/* Remove background of action ribbon */
.layout-desktop .detailRibbon {
background: none !important;
}
/* 167. LIVE TV STRUCTURE & COMPONENTS */
/* */
.absolutePageTabContent {