diff --git a/dashboard-ui/bower_components/emby-webcomponents/guide/guide.css b/dashboard-ui/bower_components/emby-webcomponents/guide/guide.css index 07b83cf788..88cf918b62 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/guide/guide.css +++ b/dashboard-ui/bower_components/emby-webcomponents/guide/guide.css @@ -251,28 +251,7 @@ } .channelPrograms, .channelHeaderCell { - height: 15vh; -} - -@media all and (min-height: 500px) { - - .channelPrograms, .channelHeaderCell { - height: 10.5vh; - } -} - -@media all and (min-height: 600px) { - - .channelPrograms, .channelHeaderCell { - height: 9vh; - } -} - -@media all and (min-height: 720px) { - - .channelPrograms, .channelHeaderCell { - height: 4.2em; - } + height: 4em; } .channelTimeslotHeader { @@ -284,28 +263,7 @@ } .timeslotHeader, .channelTimeslotHeader { - height: 14vh; -} - -@media all and (min-height: 500px) { - - .timeslotHeader, .channelTimeslotHeader { - height: 10vh; - } -} - -@media all and (min-height: 600px) { - - .timeslotHeader, .channelTimeslotHeader { - height: 8vh; - } -} - -@media all and (min-height: 720px) { - - .timeslotHeader, .channelTimeslotHeader { - height: 5.75vh; - } + height: 3.5em; } .pointerInput .channelHeaderCell:hover { diff --git a/dashboard-ui/css/librarymenu.css b/dashboard-ui/css/librarymenu.css index eb55fdf119..0c7ee44562 100644 --- a/dashboard-ui/css/librarymenu.css +++ b/dashboard-ui/css/librarymenu.css @@ -20,7 +20,7 @@ margin: 0 !important; width: 100% !important; /* Page needs to supply padding */ - top: 92px !important; + top: 102px !important; transition: transform 200ms ease-out; } diff --git a/dashboard-ui/encodingsettings.html b/dashboard-ui/encodingsettings.html index c5c777b0b4..984fccfa6a 100644 --- a/dashboard-ui/encodingsettings.html +++ b/dashboard-ui/encodingsettings.html @@ -8,7 +8,7 @@