mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update fonts
This commit is contained in:
parent
dfac46b2ca
commit
9401f38a57
77 changed files with 566 additions and 346 deletions
|
@ -81,7 +81,7 @@
|
|||
html += '<input class="chkDevice" data-id="' + device.Id + '" type="checkbox" id="' + id + '"' + checkedAttribute + ' />';
|
||||
html += '<label for="' + id + '">' + device.Name;
|
||||
|
||||
html += '<br/><span style="font-weight:normal;font-size: 90%;">' + device.AppName + '</span>';
|
||||
html += '<br/><span>' + device.AppName + '</span>';
|
||||
html += '</label>';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue