mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update src/components/tunerPicker.js
Co-authored-by: Julien Machiels <julien.machiels@protonmail.com>
This commit is contained in:
parent
37950a0b71
commit
8319046b26
1 changed files with 1 additions and 2 deletions
|
@ -32,9 +32,8 @@ function getEditorHtml() {
|
|||
|
||||
function getDeviceHtml(device) {
|
||||
let html = '';
|
||||
let cssClass = 'card scalableCard';
|
||||
let cssClass = 'card scalableCard backdropCard backdropCard-scalable';
|
||||
const cardBoxCssClass = 'cardBox visualCardBox';
|
||||
cssClass += ' backdropCard backdropCard-scalable';
|
||||
const padderClass = 'cardPadder-backdrop';
|
||||
|
||||
// TODO move card creation code to Card component
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue