update sync task
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user