mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
update hls timer
This commit is contained in:
parent
d58ac6dcac
commit
0f0fdd1bd1
@ -48,6 +48,13 @@
|
|||||||
margin: 1px;
|
margin: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*@media all and (max-width: 600px) {
|
||||||
|
|
||||||
|
.cardBox {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
}*/
|
||||||
|
|
||||||
.grayscale {
|
.grayscale {
|
||||||
-webkit-filter: grayscale(100%);
|
-webkit-filter: grayscale(100%);
|
||||||
-moz-filter: grayscale(100%);
|
-moz-filter: grayscale(100%);
|
||||||
@ -168,6 +175,7 @@
|
|||||||
padding: 5px 4px 2px;
|
padding: 5px 4px 2px;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
line-height: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cardOverlayInner {
|
.cardOverlayInner {
|
||||||
|
@ -887,6 +887,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
background: rgb(82, 181, 75);
|
background: rgb(82, 181, 75);
|
||||||
background: rgba(82, 181, 75, .8);
|
background: rgba(82, 181, 75, .8);
|
||||||
|
line-height: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.playedIndicator div:after {
|
.playedIndicator div:after {
|
||||||
@ -1022,10 +1023,12 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||||||
|
|
||||||
.timelineHeader {
|
.timelineHeader {
|
||||||
margin-bottom: .25em;
|
margin-bottom: .25em;
|
||||||
|
line-height: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
.itemsContainer {
|
.itemsContainer {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
line-height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.alphabetPicker {
|
.alphabetPicker {
|
||||||
|
Loading…
Reference in New Issue
Block a user