mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixes #1618 - Playback button still there even if playback is deactivated for user
This commit is contained in:
parent
cc687118d2
commit
3be5ea01cf
1 changed files with 2 additions and 6 deletions
|
@ -90,10 +90,6 @@
|
||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nowPlayingDoubleText {
|
|
||||||
top: -3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nowPlayingImage {
|
.nowPlayingImage {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
@ -168,8 +164,8 @@
|
||||||
/* Need this to make sure it's on top of nowPlayingBarPositionContainer so that buttons are fully clickable */
|
/* Need this to make sure it's on top of nowPlayingBarPositionContainer so that buttons are fully clickable */
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 200px;
|
||||||
right: 0;
|
right: 200px;
|
||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue