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

support audio sync transcoding

This commit is contained in:
Luke Pulverenti 2015-01-02 00:36:27 -05:00
parent 25a2d421dc
commit ea885c45c9
24 changed files with 151 additions and 149 deletions

View file

@ -255,21 +255,11 @@
}
.cardProgress .itemProgressBar {
height: 6px;
height: 7px;
width: 100%;
opacity: .8;
}
.miniCardProgress {
/* Make sure it's on top of the fade gradient '*/
z-index: 1000;
}
.miniCardProgress .itemProgressBar {
height: 6px;
opacity: 1;
}
@media all and (max-width: 1200px) {
.portraitCard .cardOverlayInner {

View file

@ -367,7 +367,7 @@ a.itemTag:hover {
left: .8em;
}
.itemCommunityRating:not(:empty) + .userDataIcons {
span.itemCommunityRating:not(:empty) + .userDataIcons {
margin-left: 1.25em;
}