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:
parent
c19385c936
commit
46a055935b
2 changed files with 8 additions and 1 deletions
|
@ -209,6 +209,13 @@
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
.nowPlayingAlbum,
|
||||
.nowPlayingArtist {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.nowPlayingInfoContainerMedia {
|
||||
text-align: left !important;
|
||||
width: 80%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue