mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix audio tracks
This commit is contained in:
parent
08122a5e93
commit
b3d91930d3
6 changed files with 154 additions and 17 deletions
|
@ -358,4 +358,23 @@ video::-webkit-media-text-track-background {
|
|||
#videoPlayer:not(.idlePlayer) video:not([controls])::-webkit-media-text-track-display {
|
||||
/*Style the text itself*/
|
||||
margin-top: -2.5em;
|
||||
}
|
||||
}
|
||||
|
||||
.videoSubtitles {
|
||||
position: fixed;
|
||||
z-index: 99997;
|
||||
bottom: 10%;
|
||||
text-align: center;
|
||||
font-size: 400%;
|
||||
left: 0;
|
||||
right: 0;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.videoSubtitlesInner {
|
||||
max-width: 70%;
|
||||
background-color: rgba(0,0,0,.8);
|
||||
padding: .25em;
|
||||
margin: auto;
|
||||
display: inline-block;
|
||||
}
|
||||
|
|
|
@ -1189,6 +1189,13 @@ paper-input + .fieldDescription {
|
|||
margin-bottom: 30px !important;
|
||||
}
|
||||
|
||||
.ui-content {
|
||||
border-width: 0;
|
||||
overflow: visible;
|
||||
overflow-x: hidden;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
.page > .ui-content, .pageWithAbsoluteTabs .pageTabContent {
|
||||
/* Need this so that the audio player doesn't cover content, but also for unveil lazy loading. */
|
||||
padding-bottom: 160px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue