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; display: none;
} }
.layout-mobile .nowPlayingPageUserDataButtons {
display: none;
}
@media all and (min-width: 63em) { @media all and (min-width: 63em) {
.nowPlayingPage { .nowPlayingPage {
padding: 8em 0 0 0 !important; padding: 8em 0 0 0 !important;

View file

@ -26,7 +26,7 @@
<div class="runtime"></div> <div class="runtime"></div>
</div> </div>
<div class="nowPlayingButtonsContainer focuscontainer-x"> <div class="nowPlayingButtonsContainer focuscontainer-x justify-content-space-between">
<div class="nowPlayingInfoButtons"> <div class="nowPlayingInfoButtons">