enhance stream view
This commit is contained in:
@@ -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={{
|
||||
|
||||
Reference in New Issue
Block a user