mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
consolidate slideout panels
This commit is contained in:
parent
bb1d91b46a
commit
69a57de928
17 changed files with 388 additions and 198 deletions
|
@ -2,12 +2,12 @@
|
|||
|
||||
function getView() {
|
||||
|
||||
return 'PosterCard';
|
||||
return 'Poster';
|
||||
}
|
||||
|
||||
function getResumeView() {
|
||||
|
||||
return 'ThumbCard';
|
||||
return 'Thumb';
|
||||
}
|
||||
|
||||
function enableScrollX() {
|
||||
|
@ -62,7 +62,8 @@
|
|||
shape: getPortraitShape(),
|
||||
centerText: true,
|
||||
lazy: true,
|
||||
overlayText: true
|
||||
overlayText: true,
|
||||
showDetailsMenu: true
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue