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

Fix text alignement of the album and artirst

Fix suggested by @ferferga for the alignment of the album, artist button in the player.
Artist and album text are now align on the left.
This commit is contained in:
Samuel 2020-04-10 14:51:44 -04:00 committed by GitHub
parent 859ec893c2
commit dbdfd25eef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,12 +36,10 @@
margin: 0 0 0.5em 0.5em; margin: 0 0 0.5em 0.5em;
} }
.nowPlayingAlbum a { .nowPlayingAlbum a,
font-weight: normal;
}
.nowPlayingArtist a { .nowPlayingArtist a {
font-weight: normal; font-weight: normal;
text-align: left !important;
} }
.nowPlayingButtonsContainer { .nowPlayingButtonsContainer {