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;
}
.nowPlayingAlbum a {
font-weight: normal;
}
.nowPlayingAlbum a,
.nowPlayingArtist a {
font-weight: normal;
text-align: left !important;
}
.nowPlayingButtonsContainer {