mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
remove itembackdropfader
This commit is contained in:
parent
dbbe5809e1
commit
08b00ac385
9 changed files with 4 additions and 62 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue