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:
parent
c04e001986
commit
d48df625f3
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nowPlayingBarSecondaryText{
|
||||||
|
width: 45%;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
/* Now playing bar */
|
/* Now playing bar */
|
||||||
.nowPlayingBar {
|
.nowPlayingBar {
|
||||||
/* Above everything, except for the video player and popup overlays */
|
/* Above everything, except for the video player and popup overlays */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue