Change player seek bar to pointer on hover
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 4m23s
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 4m23s
This commit is contained in:
@@ -48,7 +48,7 @@ const initialQueue = await Promise.all(
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
id="player:time:progress"
|
id="player:time:progress"
|
||||||
class="relative top-0 right-0 left-0 m-0 h-2 w-full bg-gray-900 p-0"
|
class="relative top-0 right-0 left-0 m-0 h-2 w-full bg-gray-900 p-0 hover:cursor-pointer"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
id="player:time:progress:buffered"
|
id="player:time:progress:buffered"
|
||||||
|
Reference in New Issue
Block a user