diff --git a/dashboard-ui/boxset.html b/dashboard-ui/boxset.html index ad4f138ff..141c65bf7 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 54f0c44a7..79548f816 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 74a22f473..b6260a9a8 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 0c99af267..ca8b23a37 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 b7fc595f9..187ac37d5 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 741cc5c8c..76a89bebd 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 f1edfe41a..03a10b2c2 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 @@