diff --git a/dashboard-ui/boxset.html b/dashboard-ui/boxset.html index ad4f138ff5..141c65bf7e 100644 --- a/dashboard-ui/boxset.html +++ b/dashboard-ui/boxset.html @@ -13,6 +13,7 @@ Suggested Movies Box Sets + Trailers Genres People Studios diff --git a/dashboard-ui/boxsets.html b/dashboard-ui/boxsets.html index 54f0c44a75..79548f816a 100644 --- a/dashboard-ui/boxsets.html +++ b/dashboard-ui/boxsets.html @@ -12,6 +12,7 @@ Suggested Movies Box Sets + Trailers Genres People Studios diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 74a22f4730..b6260a9a81 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -279,3 +279,15 @@ max-height: 200px; } } + +@media all and (min-width: 2000px) { + .posterDetailViewItem { + width: 23.5%; + } +} + +@media all and (min-width: 2540px) { + .posterDetailViewItem { + width: 18.75%; + } +} \ No newline at end of file diff --git a/dashboard-ui/moviegenres.html b/dashboard-ui/moviegenres.html index 0c99af2675..ca8b23a37f 100644 --- a/dashboard-ui/moviegenres.html +++ b/dashboard-ui/moviegenres.html @@ -12,6 +12,7 @@ Suggested Movies Box Sets + Trailers Genres People Studios diff --git a/dashboard-ui/moviepeople.html b/dashboard-ui/moviepeople.html index b7fc595f92..187ac37d5d 100644 --- a/dashboard-ui/moviepeople.html +++ b/dashboard-ui/moviepeople.html @@ -12,6 +12,7 @@ Suggested Movies Box Sets + Trailers Genres People Studios diff --git a/dashboard-ui/movies.html b/dashboard-ui/movies.html index 741cc5c8c7..76a89bebd7 100644 --- a/dashboard-ui/movies.html +++ b/dashboard-ui/movies.html @@ -12,6 +12,7 @@ Suggested Movies Box Sets + Trailers Genres People Studios diff --git a/dashboard-ui/moviesrecommended.html b/dashboard-ui/moviesrecommended.html index f1edfe41a4..03a10b2c24 100644 --- a/dashboard-ui/moviesrecommended.html +++ b/dashboard-ui/moviesrecommended.html @@ -12,6 +12,7 @@ Suggested Movies Box Sets + Trailers Genres People Studios @@ -31,7 +32,7 @@