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:
parent
44b2e86147
commit
ae8d06533c
2 changed files with 5 additions and 1 deletions
|
@ -254,6 +254,10 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
.layout-mobile .nowPlayingPageUserDataButtons {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media all and (min-width: 63em) {
|
||||
.nowPlayingPage {
|
||||
padding: 8em 0 0 0 !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue