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

move download action to major button for books

This commit is contained in:
Abbe98 2019-07-28 15:51:02 +02:00
parent c04e001986
commit a3cc4a8ba9
3 changed files with 29 additions and 1 deletions

View file

@ -71,6 +71,17 @@
<span>${ButtonPlay}</span>
</button>
<button is="emby-button" type="button" class="button-flat btnDownload hide detailButton-mobile">
<div class="detailButton-mobile-content">
<i class="md-icon detailButton-mobile-icon">&#xe884;</i>
<div class="detailButton-mobile-text">Download</div>
</div>
</button>
<button is="emby-button" type="button" class="raised btnDownload hide detailButton">
<span>Download</span>
</button>
<button is="emby-button" type="button" class="button-flat btnPlayTrailer hide detailButton-mobile">
<div class="detailButton-mobile-content">
<i class="md-icon detailButton-mobile-icon">&#xE8DA;</i>