diff --git a/dashboard-ui/css/posteritem.css b/dashboard-ui/css/posteritem.css index f5ff42df2b..ac6191c795 100644 --- a/dashboard-ui/css/posteritem.css +++ b/dashboard-ui/css/posteritem.css @@ -78,7 +78,8 @@ } -@media all and (min-width: 750px) { + +@media all and (min-width: 650px) { .backdropPosterItem { width: 192px; @@ -87,6 +88,9 @@ .backdropPosterItem .posterItemImage { height: 108px; } +} + +@media all and (min-width: 750px) { .squarePosterItem { width: 160px; @@ -158,11 +162,11 @@ @media all and (min-width: 1920px) { .backdropPosterItem { - width: 304px; + width: 320px; } .backdropPosterItem .posterItemImage { - height: 171px; + height: 180px; } .squarePosterItem { diff --git a/dashboard-ui/itemdetails.html b/dashboard-ui/itemdetails.html index 030e174898..b8aab4258f 100644 --- a/dashboard-ui/itemdetails.html +++ b/dashboard-ui/itemdetails.html @@ -103,6 +103,7 @@