diff --git a/dashboard-ui/boxset.html b/dashboard-ui/boxset.html
index ad4f138ff5..57f463527e 100644
--- a/dashboard-ui/boxset.html
+++ b/dashboard-ui/boxset.html
@@ -37,13 +37,13 @@
Trailers
diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css
index 945beca856..43b761c149 100644
--- a/dashboard-ui/css/librarybrowser.css
+++ b/dashboard-ui/css/librarybrowser.css
@@ -110,10 +110,6 @@
margin: 0 0 5px;
}
-.detailPagePrimaryInfo {
- padding: 0 10px;
-}
-
.itemMiscInfo {
color: #ddd;
font-size: 14px;
@@ -240,6 +236,12 @@
display: none;
}
+@media all and (min-width: 650px) {
+ .detailPagePrimaryInfo {
+ padding: 0 10px;
+ }
+}
+
@media all and (min-width: 850px) {
.posterDetailViewItem {
width: 46%;
diff --git a/dashboard-ui/scripts/librarybrowser.js b/dashboard-ui/scripts/librarybrowser.js
index 25bb11030a..22cfbc31af 100644
--- a/dashboard-ui/scripts/librarybrowser.js
+++ b/dashboard-ui/scripts/librarybrowser.js
@@ -7,7 +7,7 @@
if (window.location.toString().toLowerCase().indexOf('localhost') != -1) {
return 100;
}
- return 25;
+ return 20;
},
getPosterDetailViewHtml: function (options) {