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:
commit
f4db8703b2
1 changed files with 4 additions and 0 deletions
|
@ -278,6 +278,10 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.layout-desktop .nowPlayingPageUserDataButtons {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.nowPlayingInfoContainer {
|
.nowPlayingInfoContainer {
|
||||||
-webkit-box-orient: vertical !important;
|
-webkit-box-orient: vertical !important;
|
||||||
-webkit-box-direction: normal !important;
|
-webkit-box-direction: normal !important;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue