1
0
Fork 0
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:
Luke Pulverenti 2016-10-01 00:03:54 -04:00
parent cfa418fd47
commit c2e9fb0a36
3 changed files with 22 additions and 55 deletions

View file

@ -167,6 +167,10 @@
overflow-x: auto;
}
.tabScenes, .tabCast {
display: flex;
}
#videoPlayer .nowPlayingText {
font-weight: normal;
margin: 0 0 0 1em;

View file

@ -11,11 +11,6 @@
max-width: 130px;
}
.mediaButton.infoButton {
width: 34px;
height: 34px;
}
.mediaButton.active {
color: #52B54B;
}