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

remove itembackdropfader

This commit is contained in:
grafixeyehero 2019-12-10 01:26:15 +03:00
parent dbbe5809e1
commit 08b00ac385
9 changed files with 4 additions and 62 deletions

View file

@ -1,10 +1,9 @@
<div id="itemDetailPage" data-role="page" class="page libraryPage itemDetailPage noSecondaryNavPage selfBackdropPage" data-backbutton="true">
<div id="itemBackdrop" class="itemBackdrop noBackdrop">
<div class="itemBackdropFader">
</div>
<button is="emby-button" type="button" class="btnPlay detailFloatingButton hide fab autoSize"
title="${ButtonPlay}" data-mode="resume"><i class="md-icon">play_arrow</i></button>
<button is="emby-button" type="button" class="btnPlay detailFloatingButton hide fab autoSize" title="${ButtonPlay}" data-mode="resume">
<i class="md-icon">play_arrow</i>
</button>
</div>
<div class="detailLogo"></div>