diff --git a/dashboard-ui/css/livetv.css b/dashboard-ui/css/livetv.css index 5e77b6b02a..561de50dd7 100644 --- a/dashboard-ui/css/livetv.css +++ b/dashboard-ui/css/livetv.css @@ -279,56 +279,56 @@ @media (min-height: 500px) { .channelList, .programGrid { - height: 300px; + height: 250px; } } @media (min-height: 600px) { .channelList, .programGrid { - height: 400px; + height: 350px; } } @media (min-height: 700px) { .channelList, .programGrid { - height: 500px; + height: 450px; } } @media (min-height: 800px) { .channelList, .programGrid { - height: 600px; + height: 550px; } } @media (min-height: 900px) { .channelList, .programGrid { - height: 700px; + height: 650px; } } @media (min-height: 1000px) { .channelList, .programGrid { - height: 800px; + height: 750px; } } @media (min-height: 1100px) { .channelList, .programGrid { - height: 900px; + height: 850px; } } @media (min-height: 1200px) { .channelList, .programGrid { - height: 1000px; + height: 950px; } } diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index 5fccd06e18..64ffa009e0 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -811,7 +811,7 @@ progress { @media all and (max-width: 1440px) { .dashboardHomeRightColumn { - margin-top: 3em; + margin-top: 2em; } } diff --git a/dashboard-ui/dashboard.html b/dashboard-ui/dashboard.html index 1c339b5c49..807a3f1ea4 100644 --- a/dashboard-ui/dashboard.html +++ b/dashboard-ui/dashboard.html @@ -75,10 +75,9 @@ -