mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update config pages
This commit is contained in:
parent
5ec9b4aeea
commit
c0bdf018d6
18 changed files with 27 additions and 48 deletions
|
@ -313,7 +313,7 @@
|
|||
html += "</div>";
|
||||
|
||||
if (!imgUrl && virtualFolder.showNameWithIcon) {
|
||||
html += '<div class="cardImage iconCardImage addLibrary" style="position:absolute;top:0;left:0;right:0;bottom:0;font-size:140%;cursor:pointer;">';
|
||||
html += '<h1 class="cardImage iconCardImage addLibrary" style="position:absolute;top:0;left:0;right:0;bottom:0;cursor:pointer;">';
|
||||
|
||||
html += '<div>';
|
||||
html += '<iron-icon icon="' + (virtualFolder.icon || getIcon(virtualFolder.CollectionType)) + '" style="width:45%;height:45%;color:#888;"></iron-icon>';
|
||||
|
@ -325,7 +325,7 @@
|
|||
}
|
||||
html += "</div>";
|
||||
|
||||
html += '</div>';
|
||||
html += '</h1>';
|
||||
}
|
||||
|
||||
html += '<div class="cardFooter">';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue