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

rework web client poster sizes

This commit is contained in:
Luke Pulverenti 2014-02-21 13:48:00 -05:00
parent 06b94d4eb5
commit c38c8601c0
2 changed files with 10 additions and 13 deletions

View file

@ -789,9 +789,6 @@ a.itemTag:hover {
} }
@media all and (min-width: 1920px) { @media all and (min-width: 1920px) {
.ehsContent {
max-width: 1540px;
}
} }
.detailPageParentLink { .detailPageParentLink {

View file

@ -320,19 +320,19 @@
@media all and (min-width: 1920px) { @media all and (min-width: 1920px) {
.squarePosterItem {
width: 204px;
}
.squarePosterItem .posterItemImage {
height: 204px;
}
.portraitPosterItem { .portraitPosterItem {
width: 164px; width: 160px;
} }
.portraitPosterItem .posterItemImage { .portraitPosterItem .posterItemImage {
height: 246px; height: 240px;
}
.squarePosterItem {
width: 184px;
}
.squarePosterItem .posterItemImage {
height: 184px;
} }
} }