mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update icons
This commit is contained in:
parent
3aa2cf6a6e
commit
e6183509f8
6 changed files with 15 additions and 10 deletions
|
@ -9,7 +9,7 @@
|
|||
var html = '';
|
||||
|
||||
html += '<div class="primaryIcons">';
|
||||
var backIcon = browserInfo.safari ? 'chevron_left' : 'arrow_back';
|
||||
var backIcon = browserInfo.safari ? 'chevron_left' : '';
|
||||
|
||||
html += '<button type="button" is="paper-icon-button-light" class="headerButton headerButtonLeft headerBackButton hide autoSize"><i class="md-icon">' + backIcon + '</i></button>';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue