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:
parent
f4ed457dba
commit
8420d31696
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,7 @@
|
||||||
will-change: transform;
|
will-change: transform;
|
||||||
contain: layout style;
|
contain: layout style;
|
||||||
transition: transform 200ms ease-out;
|
transition: transform 200ms ease-out;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nowPlayingBar-hidden {
|
.nowPlayingBar-hidden {
|
||||||
|
@ -58,7 +59,6 @@
|
||||||
font-size: 92%;
|
font-size: 92%;
|
||||||
margin-right: 1em;
|
margin-right: 1em;
|
||||||
margin-left: 0.5em;
|
margin-left: 0.5em;
|
||||||
cursor: pointer;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.nowPlayingBarCenter {
|
.nowPlayingBarCenter {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue