mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update playlist xml saving
This commit is contained in:
parent
ba247c8a15
commit
90c301e86f
10 changed files with 141 additions and 74 deletions
|
@ -91,6 +91,10 @@
|
|||
padding-bottom: 56.25%;
|
||||
}
|
||||
|
||||
.smallBackdropCard .cardPadder {
|
||||
padding-bottom: 56.25%;
|
||||
}
|
||||
|
||||
.squareCard .cardPadder {
|
||||
padding-bottom: 100%;
|
||||
}
|
||||
|
@ -239,6 +243,10 @@
|
|||
width: 50%;
|
||||
}
|
||||
|
||||
.smallBackdropCard {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.portraitCard {
|
||||
width: 33.3%;
|
||||
}
|
||||
|
@ -284,6 +292,10 @@
|
|||
.portraitCard {
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
.smallBackdropCard {
|
||||
width: 33.3%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -308,6 +320,10 @@
|
|||
.portraitCard {
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
.smallBackdropCard {
|
||||
width: 25%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -320,6 +336,10 @@
|
|||
.backdropCard {
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
.smallBackdropCard {
|
||||
width: 20%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -336,6 +356,10 @@
|
|||
.portraitCard {
|
||||
width: 16.666666666666666666666666666667%;
|
||||
}
|
||||
|
||||
.smallBackdropCard {
|
||||
width: 16.666666666666666666666666666667%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -352,6 +376,10 @@
|
|||
.portraitCard {
|
||||
width: 14.285714285714285714285714285714%;
|
||||
}
|
||||
|
||||
.smallBackdropCard {
|
||||
width: 14.285714285714285714285714285714%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -372,6 +400,10 @@
|
|||
.portraitCard {
|
||||
width: 10%;
|
||||
}
|
||||
|
||||
.smallBackdropCard {
|
||||
width: 12.5%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -380,6 +412,10 @@
|
|||
.squareCard {
|
||||
width: 10%;
|
||||
}
|
||||
|
||||
.smallBackdropCard {
|
||||
width: 10%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue