1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update sync task

This commit is contained in:
Luke Pulverenti 2016-03-20 23:04:44 -04:00
parent 73e6e53494
commit 860e82a750

View file

@ -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 {