rework web client poster sizes
This commit is contained in:
@@ -789,9 +789,6 @@ a.itemTag:hover {
|
||||
}
|
||||
|
||||
@media all and (min-width: 1920px) {
|
||||
.ehsContent {
|
||||
max-width: 1540px;
|
||||
}
|
||||
}
|
||||
|
||||
.detailPageParentLink {
|
||||
|
||||
@@ -320,19 +320,19 @@
|
||||
|
||||
@media all and (min-width: 1920px) {
|
||||
|
||||
.squarePosterItem {
|
||||
width: 204px;
|
||||
}
|
||||
|
||||
.squarePosterItem .posterItemImage {
|
||||
height: 204px;
|
||||
}
|
||||
|
||||
.portraitPosterItem {
|
||||
width: 164px;
|
||||
width: 160px;
|
||||
}
|
||||
|
||||
.portraitPosterItem .posterItemImage {
|
||||
height: 246px;
|
||||
height: 240px;
|
||||
}
|
||||
|
||||
.squarePosterItem {
|
||||
width: 184px;
|
||||
}
|
||||
|
||||
.squarePosterItem .posterItemImage {
|
||||
height: 184px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user