From a9d8f753d47e815f453691a67d5064835eb833e1 Mon Sep 17 00:00:00 2001 From: Uruk Date: Fri, 22 May 2026 14:22:36 +0200 Subject: [PATCH] fix(chapters): size chapter ticks to the slider track --- components/casting/player/CastPlayerProgressBar.tsx | 6 +++++- components/chapters/ChapterTicks.tsx | 8 ++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/components/casting/player/CastPlayerProgressBar.tsx b/components/casting/player/CastPlayerProgressBar.tsx index f811fff79..5ff5738ce 100644 --- a/components/casting/player/CastPlayerProgressBar.tsx +++ b/components/casting/player/CastPlayerProgressBar.tsx @@ -131,7 +131,11 @@ export function CastPlayerProgressBar({ thumbWidth={16} panHitSlop={{ top: 12, bottom: 12, left: 10, right: 10 }} /> - + {__DEV__ && DEBUG_TOUCH_ZONES && (