From 6ebdd6621a672055e64397dd59914264a021dcec Mon Sep 17 00:00:00 2001 From: lucaspatenaude Date: Sat, 25 Jul 2026 02:05:14 -0600 Subject: [PATCH] Update lukeflix.css --- lukeflix.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lukeflix.css b/lukeflix.css index 2691d6f..1d7c4da 100644 --- a/lukeflix.css +++ b/lukeflix.css @@ -2394,6 +2394,11 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child { align-items: center; } +/* Hide details section (subtitles/quality/etc. ) */ +.detailSection { + display: none !important; +} + /* == DETAIL RIBBON BUTTONS == */ .play_arrow {