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;
|
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;
|
||||||
|
|
|
@ -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">
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue