diff --git a/dashboard-ui/css/posteritem.css b/dashboard-ui/css/posteritem.css index 39741b5e53..63cc44aa9d 100644 --- a/dashboard-ui/css/posteritem.css +++ b/dashboard-ui/css/posteritem.css @@ -159,11 +159,11 @@ } .smallBackdropPosterItem { - width: 192px; + width: 187px; } .smallBackdropPosterItem .posterItemImage { - height: 108px; + height: 105px; } } diff --git a/dashboard-ui/css/tileitem.css b/dashboard-ui/css/tileitem.css index aacde1725b..e75f394525 100644 --- a/dashboard-ui/css/tileitem.css +++ b/dashboard-ui/css/tileitem.css @@ -78,7 +78,7 @@ } .smallPosterTileItem .tileImage { - height: 125px; + height: 95px; width: 30%; } @@ -132,7 +132,7 @@ .smallPosterTileItem { - width: 270px; + width: 210px; display: inline-block; margin: 3px; } diff --git a/dashboard-ui/scripts/librarybrowser.js b/dashboard-ui/scripts/librarybrowser.js index 73840e6d7e..a6d656772c 100644 --- a/dashboard-ui/scripts/librarybrowser.js +++ b/dashboard-ui/scripts/librarybrowser.js @@ -1597,7 +1597,7 @@ if (cast.PrimaryImageTag) { imgUrl = ApiClient.getPersonImageUrl(cast.Name, { - width: 185, + width: 130, tag: cast.PrimaryImageTag, type: "primary" });