diff --git a/client/src/pages/VideoPage.tsx b/client/src/pages/VideoPage.tsx index a498bc0..e326fd4 100644 --- a/client/src/pages/VideoPage.tsx +++ b/client/src/pages/VideoPage.tsx @@ -564,6 +564,29 @@ export default function VideoPage() { )} + {/* Mobile navigation dots - only visible on mobile */} + {allVideos.length > 1 && ( +
+ {/* Left dot */} +
+ )} + {/* Video info */}