From 860e82a750448ba2c96f8173143653da69de50bd Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 20 Mar 2016 23:04:44 -0400 Subject: [PATCH] update sync task --- dashboard-ui/css/librarybrowser.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 81f2fa802..c1dfec27e 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -1175,7 +1175,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { .alphabetPicker { position: fixed; right: 0; - bottom: 5px; + bottom: 0; z-index: 999; text-align: center; font-size: 90%; @@ -1258,6 +1258,13 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { } } +@media all and (min-height: 500px) { + + .alphabetPicker { + bottom: 5px; + } +} + @media all and (min-width: 1200px) { .itemsContainerWithAlphaPicker {