1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #3564 from JodliDev/master

Make now playing bar use cursor pointer
This commit is contained in:
Bill Thornton 2022-04-25 23:55:36 -04:00 committed by GitHub
commit e3e46a635f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,7 @@
will-change: transform;
contain: layout style;
transition: transform 200ms ease-out;
cursor: pointer;
}
.nowPlayingBar-hidden {