mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 02:48:19 -07:00
Add missing CSS selector for TV Layout + fix code smell
This commit is contained in:
parent
ab12e6e4ad
commit
fd6b20d88c
@ -154,7 +154,8 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
.layout-desktop .nowPlayingBarRight .playPauseButton {
|
||||
.layout-desktop .nowPlayingBarRight .playPauseButton,
|
||||
.layout-tv .nowPlayingBarRight .playPauseButton {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
@ -518,8 +518,8 @@ define(['browser', 'datetime', 'backdrop', 'libraryBrowser', 'listView', 'imageL
|
||||
case 'Shuffle':
|
||||
shuffleButton.classList.toggle(cssClass, true);
|
||||
break;
|
||||
default:
|
||||
case 'Sorted':
|
||||
default:
|
||||
shuffleButton.classList.toggle(cssClass, false);
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user