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

fix editor icons

This commit is contained in:
Luke Pulverenti 2015-10-21 01:10:02 -04:00
parent 8e8f7b69b3
commit 1f9c509d58
13 changed files with 18 additions and 18 deletions

View file

@ -200,7 +200,7 @@
var html = '';
html += '<h2 class="dialogHeader">';
html += '<paper-fab icon="arrow-back" class="mini btnCloseDialog"></paper-fab>';
html += '<paper-fab icon="arrow-back" mini class="btnCloseDialog"></paper-fab>';
var title = items.length ? Globalize.translate('HeaderAddToCollection') : Globalize.translate('HeaderNewCollection');