mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix video now playing bar
This commit is contained in:
parent
cfa418fd47
commit
c2e9fb0a36
3 changed files with 22 additions and 55 deletions
|
@ -167,6 +167,10 @@
|
|||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.tabScenes, .tabCast {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
#videoPlayer .nowPlayingText {
|
||||
font-weight: normal;
|
||||
margin: 0 0 0 1em;
|
||||
|
|
|
@ -11,11 +11,6 @@
|
|||
max-width: 130px;
|
||||
}
|
||||
|
||||
.mediaButton.infoButton {
|
||||
width: 34px;
|
||||
height: 34px;
|
||||
}
|
||||
|
||||
.mediaButton.active {
|
||||
color: #52B54B;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue