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

Move cursor: pointer; to .nowPlayingBar

This commit is contained in:
JodliDev 2022-04-19 15:17:03 +02:00 committed by GitHub
parent f4ed457dba
commit 8420d31696
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 {
@ -58,7 +59,6 @@
font-size: 92%;
margin-right: 1em;
margin-left: 0.5em;
cursor: pointer;
}
.nowPlayingBarCenter {