diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index a61a726237..d5b257839c 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -424,7 +424,7 @@ form, .readOnlyContent { .posterViewItem img { max-width: 155px; - max-height: 148px; + max-height: 125px; vertical-align: bottom; } @@ -486,7 +486,7 @@ form, .readOnlyContent { .posterViewItem img { max-width: 190px; - max-height: 190px; + max-height: 160px; } } @@ -494,7 +494,7 @@ form, .readOnlyContent { .posterViewItem img { max-width: 250px; - max-height: 250px; + max-height: 200px; } } @@ -519,7 +519,7 @@ form, .readOnlyContent { .posterViewItem img { max-width: 300px; - max-height: 300px; + max-height: 250px; } } diff --git a/dashboard-ui/movies.html b/dashboard-ui/movies.html index 95d1fbfca1..0dba8a58bc 100644 --- a/dashboard-ui/movies.html +++ b/dashboard-ui/movies.html @@ -5,7 +5,7 @@