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

Merge pull request #1571 from jellyfin/repeated-fav

Remove repeated fav icon in remotecontrol in desktop layout
This commit is contained in:
Joshua M. Boniface 2020-07-16 22:32:20 -04:00 committed by GitHub
commit f4db8703b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;