mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
factor device pixel ratio into downloaded image size
This commit is contained in:
parent
8cadabcbe5
commit
5677ce1011
27 changed files with 295 additions and 195 deletions
|
@ -128,14 +128,6 @@
|
|||
}
|
||||
|
||||
|
||||
.backdropPosterItem {
|
||||
width: 148px;
|
||||
}
|
||||
|
||||
.backdropPosterItem .posterItemImage {
|
||||
height: 83.25px;
|
||||
}
|
||||
|
||||
.myLibraryPosterItem {
|
||||
width: 148px;
|
||||
}
|
||||
|
@ -180,12 +172,20 @@
|
|||
background-color: rgba(255, 233, 127, 0.5);
|
||||
}
|
||||
|
||||
.backdropPosterItem {
|
||||
width: 128px;
|
||||
}
|
||||
|
||||
.backdropPosterItem .posterItemImage {
|
||||
height: 72px;
|
||||
}
|
||||
|
||||
.smallBackdropPosterItem {
|
||||
width: 157px;
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
.smallBackdropPosterItem .posterItemImage {
|
||||
height: 88.3125px;
|
||||
height: 67.5px;
|
||||
}
|
||||
|
||||
.portraitPosterItem {
|
||||
|
@ -254,6 +254,25 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 360px) {
|
||||
|
||||
.backdropPosterItem {
|
||||
width: 148px;
|
||||
}
|
||||
|
||||
.backdropPosterItem .posterItemImage {
|
||||
height: 83.25px;
|
||||
}
|
||||
|
||||
.smallBackdropPosterItem {
|
||||
width: 157px;
|
||||
}
|
||||
|
||||
.smallBackdropPosterItem .posterItemImage {
|
||||
height: 88.3125px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 540px) {
|
||||
|
||||
.backdropPosterItem {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue