1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update translations

This commit is contained in:
Luke Pulverenti 2014-06-17 13:46:52 -04:00
parent d12c2644e7
commit 5412ab129e
4 changed files with 40 additions and 22 deletions

View file

@ -92,7 +92,7 @@
}
.squareEhsContent {
max-width: 750px;
max-width: 900px;
}
}

View file

@ -125,14 +125,6 @@
text-align: center;
}
.squarePosterItem {
width: 140px;
}
.squarePosterItem .posterItemImage {
height: 140px;
}
.storeReviewCount {
display: none;
}
@ -203,6 +195,14 @@
background-color: rgba(143, 54, 168, 0.7);
}
.squarePosterItem {
width: 140px;
}
.squarePosterItem .posterItemImage {
height: 140px;
}
.backdropPosterItem {
width: 128px;
}
@ -341,14 +341,6 @@
.smallBackdropPosterItem .posterItemImage {
height: 101.25px;
}
.miniBackdropPosterItem {
width: 168px;
}
.miniBackdropPosterItem .posterItemImage {
height: 94.5px;
}
}
@media all and (min-width: 600px) {
@ -459,6 +451,30 @@
.backdropPosterItem .posterItemImage {
height: 167.625px;
}
.miniBackdropPosterItem {
width: 180px;
}
.miniBackdropPosterItem .posterItemImage {
height: 101.25px;
}
.squarePosterItem {
width: 160px;
}
.squarePosterItem .posterItemImage {
height: 160px;
}
.portraitPosterItem {
width: 144px;
}
.portraitPosterItem .posterItemImage {
height: 216px;
}
}