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

Add space-between in desktop and hide duplicate heart on mobile

This commit is contained in:
ferferga 2020-06-23 16:55:37 +02:00
parent 44b2e86147
commit ae8d06533c
2 changed files with 5 additions and 1 deletions

View file

@ -254,6 +254,10 @@
display: none;
}
.layout-mobile .nowPlayingPageUserDataButtons {
display: none;
}
@media all and (min-width: 63em) {
.nowPlayingPage {
padding: 8em 0 0 0 !important;