diff --git a/dashboard-ui/bower_components/emby-webcomponents/alphapicker/style.css b/dashboard-ui/bower_components/emby-webcomponents/alphapicker/style.css index 6abb9dd1fe..81b18ced66 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/alphapicker/style.css +++ b/dashboard-ui/bower_components/emby-webcomponents/alphapicker/style.css @@ -26,7 +26,7 @@ button.alphaPickerButton { } .vertical .alphaPickerButton { - padding: .25em .4em !important; + padding: .25em .3em !important; } .layout-desktop .alphaPickerButton { diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 849a68776b..707fc4a7da 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -460,7 +460,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { @media all and (max-width: 600px) { .detailFloatingButton { - right: 15px!important; + right: 15px !important; } } @@ -1015,7 +1015,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { .alphabetPicker { position: fixed; - right: 5px; + right: 0; bottom: 0; z-index: 999; text-align: center; @@ -1120,6 +1120,30 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { } } +@media all and (max-height: 650px) { + + .vertical.alphabetPicker .alphaPickerButton { + padding-top: 2px!important; + padding-bottom: 2px!important; + } +} + +@media all and (max-height: 600px) { + + .vertical.alphabetPicker .alphaPickerButton { + padding-top: 1px !important; + padding-bottom: 1px !important; + } +} + +@media all and (max-height: 550px) { + + .vertical.alphabetPicker .alphaPickerButton { + padding-top: 0 !important; + padding-bottom: 0 !important; + } +} + @media all and (min-height: 900px) { .alphabetPicker { diff --git a/dashboard-ui/devices/android/android.css b/dashboard-ui/devices/android/android.css index 39324cfaa4..c7b4d5ece5 100644 --- a/dashboard-ui/devices/android/android.css +++ b/dashboard-ui/devices/android/android.css @@ -1,8 +1,4 @@ -paper-tab, paper-tab a { - font-weight: bold !important; -} - -.libraryViewNav .pageTabButton { +.libraryViewNav .pageTabButton { font-weight: bold !important; }