diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 7aab4a7950..fa237bd7d4 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -108,7 +108,7 @@ top: 3px; } -@media all and (min-width: 600px) { +@media all and (min-width: 500px) { .ehsContent { width: 95%; diff --git a/dashboard-ui/css/tileitem.css b/dashboard-ui/css/tileitem.css index 57d8f62419..cf448a87c1 100644 --- a/dashboard-ui/css/tileitem.css +++ b/dashboard-ui/css/tileitem.css @@ -490,7 +490,7 @@ @media all and (min-width: 1000px) { .myLibraryPosterItem { - width: 24%; + width: 23.5%; /* Specify a min width just in case the container doesn't have a width */ min-width: 220px; } diff --git a/dashboard-ui/itembynamedetails.html b/dashboard-ui/itembynamedetails.html index 252345bd7c..e4c6d77647 100644 --- a/dashboard-ui/itembynamedetails.html +++ b/dashboard-ui/itembynamedetails.html @@ -46,6 +46,7 @@