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

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 {