diff --git a/dashboard-ui/css/card.css b/dashboard-ui/css/card.css index 4643361534..bc4d3a9afb 100644 --- a/dashboard-ui/css/card.css +++ b/dashboard-ui/css/card.css @@ -54,10 +54,6 @@ } } -.largeCardMargin .cardBox { - margin: 10px; -} - .defaultBackground .cardImage { background-color: #333; } @@ -334,7 +330,7 @@ } .portraitCard { - width: 33.334%; + width: 33.333%; } .overflowPortraitCard { @@ -379,11 +375,11 @@ @media all and (min-width: 500px) { .smallBackdropCard { - width: 33.334%; + width: 33.333%; } .squareCard { - width: 33.334%; + width: 33.333%; } } @@ -414,7 +410,7 @@ @media all and (min-width: 770px) { .backdropCard { - width: 33.334%; + width: 33.333%; } } @@ -473,7 +469,7 @@ } .bannerCard { - width: 33.334%; + width: 33.333%; } .portraitCard { @@ -572,7 +568,7 @@ @media all and (min-width: 800px) { .detailPage169Card { - width: 33.334%; + width: 33.333%; } } @@ -591,7 +587,7 @@ .detailPagePortraitCard { - width: 33.334%; + width: 33.333%; } @media all and (min-width: 540px) { @@ -617,7 +613,7 @@ .detailPageSquareCard { - width: 33.334%; + width: 33.333%; } @media all and (min-width: 540px) { @@ -640,7 +636,7 @@ @media all and (min-width: 540px) { .homePageSmallBackdropCard { - width: 33.334%; + width: 33.333%; } } diff --git a/dashboard-ui/scripts/site.js b/dashboard-ui/scripts/site.js index d1e33a32a2..984586fcdc 100644 --- a/dashboard-ui/scripts/site.js +++ b/dashboard-ui/scripts/site.js @@ -1584,7 +1584,6 @@ var AppInfo = {}; AppInfo.enableDetailPageChapters = false; AppInfo.enableDetailsMenuImages = false; AppInfo.enableMovieHomeSuggestions = false; - AppInfo.cardMargin = 'largeCardMargin'; AppInfo.forcedImageFormat = 'jpg'; } @@ -1762,10 +1761,6 @@ var AppInfo = {}; elem.classList.add('touch'); } - if (AppInfo.cardMargin) { - elem.classList.add(AppInfo.cardMargin); - } - if (!AppInfo.enableStudioTabs) { elem.classList.add('studioTabDisabled'); }