unify video osd
This commit is contained in:
parent
b3a664583a
commit
407f137095
24 changed files with 713 additions and 6466 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
.background-theme-b .backgroundContainer.withBackdrop {
|
||||
background-color: rgba(6, 6, 6, .94) !important;
|
||||
background: linear-gradient(to right, rgba(0, 0, 0, .99), rgba(0, 0, 0, .92), rgba(0, 0, 0, .5)) !important;
|
||||
background: linear-gradient(to right, rgba(0, 0, 0, .99), rgba(0, 0, 0, .94), rgba(0, 0, 0, .5)) !important;
|
||||
}
|
||||
|
||||
.ui-body-b {
|
||||
|
@ -797,17 +797,10 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
}
|
||||
|
||||
.mediaInfoText {
|
||||
background: rgba(31,31,31,.7);
|
||||
padding: .3em .5em;
|
||||
border-radius: .25em;
|
||||
color: #ddd;
|
||||
padding: .3em .5em !important;
|
||||
margin-right: .5em;
|
||||
margin-bottom: .5em;
|
||||
font-size: 94%;
|
||||
background: rgba(170,170,190, .2);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
white-space: nowrap;
|
||||
font-size: 94% !important;
|
||||
}
|
||||
|
||||
.mediaInfoText-upper {
|
||||
|
|
|
@ -54,6 +54,11 @@
|
|||
will-change: transform;
|
||||
contain: layout style;
|
||||
font-size: 90%;
|
||||
transition: transform 200ms ease-out;
|
||||
}
|
||||
|
||||
.nowPlayingBar-hidden {
|
||||
transform: translate3d(0,100%,0);
|
||||
}
|
||||
|
||||
.hiddenNowPlayingBar .nowPlayingBar {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue