diff --git a/lukeflix.css b/lukeflix.css index dc952ab..ee784d3 100644 --- a/lukeflix.css +++ b/lukeflix.css @@ -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 {