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

rework video player buttons

This commit is contained in:
Luke Pulverenti 2015-05-05 00:17:38 -04:00
parent 19fd673e46
commit 5257e91628
4 changed files with 45 additions and 44 deletions

View file

@ -21,7 +21,6 @@
var html = '';
html += '<div class="nowPlayingBar" style="display:none;">';
html += '<div style="display:inline-block;width:12px;"></div>';
html += '<div class="nowPlayingImage"></div>';
html += '<div class="nowPlayingText"></div>';