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

As suggested by @MrTimscampi defaultCardBackground

This commit is contained in:
samuel9554 2020-04-13 08:18:09 -04:00
parent c19385c936
commit 46a055935b
2 changed files with 8 additions and 1 deletions

View file

@ -209,6 +209,13 @@
margin: 0;
}
.nowPlayingAlbum,
.nowPlayingArtist {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.nowPlayingInfoContainerMedia {
text-align: left !important;
width: 80%;