mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #4881 from thornbill/remove-poster-click
This commit is contained in:
commit
500312de33
4 changed files with 89 additions and 25 deletions
|
@ -1,6 +1,7 @@
|
|||
enum CardShape {
|
||||
export enum CardShape {
|
||||
Backdrop = 'backdrop',
|
||||
BackdropOverflow = 'overflowBackdrop',
|
||||
Banner = 'banner',
|
||||
Portrait = 'portrait',
|
||||
PortraitOverflow = 'overflowPortrait',
|
||||
Square = 'square',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue