1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix secoundery text overlapping

This commit is contained in:
grafixeyehero 2019-08-03 18:36:20 +03:00
parent c04e001986
commit d48df625f3

View file

@ -6,6 +6,11 @@
overflow: hidden;
}
.nowPlayingBarSecondaryText{
width: 45%;
overflow: hidden;
}
/* Now playing bar */
.nowPlayingBar {
/* Above everything, except for the video player and popup overlays */