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:
parent
73e6e53494
commit
860e82a750
1 changed files with 8 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue