enhance stream view

This commit is contained in:
talksik
2026-03-21 11:39:43 -07:00
parent 2262bf4f3b
commit cba24c5d95
3 changed files with 66 additions and 57 deletions
@@ -29,14 +29,14 @@ export function PlaybackPageIndicator({
{/* Dim track */}
<div
className={cn(
"absolute inset-x-0 top-1 h-1 rounded-full bg-white/30",
"absolute inset-x-0 top-0 h-1 bg-white/30 transition-all",
"group-hover:h-1.5 group-hover:top-0.5",
)}
/>
{/* Fill */}
<div
className={cn(
"absolute left-0 top-1 h-1 rounded-full bg-white/90",
"absolute left-0 top-0 h-1 bg-white/90 transition-all",
"group-hover:h-1.5 group-hover:top-0.5",
)}
style={{