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

update sync processes

This commit is contained in:
Luke Pulverenti 2015-09-09 13:49:44 -04:00
parent cad461b296
commit c23547137d
19 changed files with 400 additions and 326 deletions

View file

@ -1549,7 +1549,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
width: 80px;
height: 80px;
background-repeat: no-repeat;
background-size: cover;
background-size: contain;
background-position: center center;
}
@ -1557,7 +1557,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
width: 70px;
height: 70px;
background-repeat: no-repeat;
background-size: cover;
background-size: contain;
background-position: center center;
}

View file

@ -193,6 +193,11 @@
-webkit-overflow-scrolling: touch;
}
.libraryViewNav::-webkit-scrollbar {
height: 0 !important;
display: none;
}
.libraryViewNavWithMinHeight {
min-height: 48px;
}