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

Remove repeated fav icon in remotecontrol in desktop layout

This commit is contained in:
Fernando Fernández 2020-07-15 17:16:43 +02:00
parent 57ba9a8233
commit 3e14818374

View file

@ -278,6 +278,10 @@
flex-direction: column;
}
.layout-desktop .nowPlayingPageUserDataButtons {
display: none;
}
.nowPlayingInfoContainer {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;