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

add slideshows to now playing page

This commit is contained in:
Luke Pulverenti 2015-08-21 01:00:56 -04:00
parent 0b3155f652
commit aa454b2f24
40 changed files with 448 additions and 43 deletions

View file

@ -9,9 +9,12 @@
<div data-role="content" style="overflow:visible;">
<paper-fab mini icon="arrow-back" class="white" onclick="history.back()" style="position:relative;top:5px;left:5px;"></paper-fab>
<div style="float:right;position:relative;top:5px;right:5px;">
<span class="nowPlayingSelectedPlayer"></span>
<paper-fab mini icon="cast" class="blue nowPlayingCastIcon" onclick="MediaController.showPlayerSelection();" style="vertical-align:middle;"></paper-fab>
<div style="float:right;position:relative;top:5px;right:5px;text-align:right;">
<div>
<span class="nowPlayingSelectedPlayer"></span>
<paper-fab mini icon="cast" class="blue nowPlayingCastIcon" onclick="MediaController.showPlayerSelection();" style="vertical-align:middle;"></paper-fab>
</div>
<div style="margin-top:1em;"><paper-fab mini icon="slideshow" class="btnSlideshow" style="vertical-align:middle;background:#888;z-index:1;"></paper-fab></div>
</div>
<neon-animated-pages selected="{{selected}}">