diff --git a/dashboard-ui/bower_components/emby-webcomponents/emby-slider/emby-slider.css b/dashboard-ui/bower_components/emby-webcomponents/emby-slider/emby-slider.css index 7de1e78129..ccbb2325f4 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/emby-slider/emby-slider.css +++ b/dashboard-ui/bower_components/emby-webcomponents/emby-slider/emby-slider.css @@ -332,4 +332,7 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider { color: #fff; border-radius: 1000px; font-size: 90%; + display: flex; + align-items: center; + justify-content: center; } diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 2a99f45888..d1ceaa86f1 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -1131,6 +1131,13 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { } } +@media all and (max-height: 480px) { + + .alphabetPicker { + font-size: 76%; + } +} + @media all and (min-height: 900px) { .alphabetPicker { diff --git a/dashboard-ui/css/mediaplayer-video.css b/dashboard-ui/css/mediaplayer-video.css index 5ad04b3f21..5575f93f29 100644 --- a/dashboard-ui/css/mediaplayer-video.css +++ b/dashboard-ui/css/mediaplayer-video.css @@ -64,11 +64,6 @@ padding-top: .5em; } - .videoAdvancedControls paper-icon-button { - width: 30px; - height: 30px; - } - .nowPlayingInfo { text-align: center; padding: 1.5em 1em 2em 1em; diff --git a/dashboard-ui/css/nowplayingbar.css b/dashboard-ui/css/nowplayingbar.css index f213a73b28..1a6e336bd9 100644 --- a/dashboard-ui/css/nowplayingbar.css +++ b/dashboard-ui/css/nowplayingbar.css @@ -77,22 +77,22 @@ text-align: center; } -.mediaButton { - box-sizing: content-box !important; -} + .mediaButton i { + height: 40px; + width: 40px; + font-size: 40px; + } - .mediaButton.remoteControlButton, .mediaButton.muteButton, .mediaButton.unmuteButton { - height: 26px; - width: 26px; + .mediaButton.remoteControlButton i, .mediaButton.muteButton i, .mediaButton.unmuteButton i, .mediaButton.castButton i, .mediaButton.infoButton i { + height: 28px; + width: 28px; + font-size: 28px; } .nowPlayingDoubleText { top: -3px; } -.nowPlayingBarInfoContainer { -} - .nowPlayingImage { display: inline-block; vertical-align: middle; @@ -125,11 +125,6 @@ max-width: 130px; } -.toggleRepeatButton { - height: 32px; - width: 32px; -} - .repeatActive { color: #52B54B; } @@ -194,6 +189,8 @@ margin: 0 1em 0 auto; /* Need this to make sure it's on top of nowPlayingBarPositionContainer so that buttons are fully clickable */ z-index: 2; + display: flex; + align-items: center; } .nowPlayingBarCurrentTime { diff --git a/dashboard-ui/movies.html b/dashboard-ui/movies.html index 725949f1d3..95a74ff9e5 100644 --- a/dashboard-ui/movies.html +++ b/dashboard-ui/movies.html @@ -39,7 +39,7 @@