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;
|
||||
}
|
||||
|
||||
/*@media all and (max-width: 600px) {
|
||||
|
||||
.cardBox {
|
||||
margin: 0;
|
||||
}
|
||||
}*/
|
||||
|
||||
.grayscale {
|
||||
-webkit-filter: grayscale(100%);
|
||||
-moz-filter: grayscale(100%);
|
||||
@ -168,6 +175,7 @@
|
||||
padding: 5px 4px 2px;
|
||||
text-shadow: none;
|
||||
font-weight: 400;
|
||||
line-height: initial;
|
||||
}
|
||||
|
||||
.cardOverlayInner {
|
||||
|
@ -887,6 +887,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
||||
color: #fff;
|
||||
background: rgb(82, 181, 75);
|
||||
background: rgba(82, 181, 75, .8);
|
||||
line-height: 16px;
|
||||
}
|
||||
|
||||
.playedIndicator div:after {
|
||||
@ -1022,10 +1023,12 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
||||
|
||||
.timelineHeader {
|
||||
margin-bottom: .25em;
|
||||
line-height: initial;
|
||||
}
|
||||
|
||||
.itemsContainer {
|
||||
margin: 0 auto;
|
||||
line-height: 0;
|
||||
}
|
||||
|
||||
.alphabetPicker {
|
||||
|
Loading…
Reference in New Issue
Block a user