From dbdfd25eefdb2020d1fba8c84bbe49f42221d22f Mon Sep 17 00:00:00 2001 From: Samuel Date: Fri, 10 Apr 2020 14:51:44 -0400 Subject: [PATCH] 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. --- src/components/remotecontrol/remotecontrol.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/components/remotecontrol/remotecontrol.css b/src/components/remotecontrol/remotecontrol.css index 11872daa66..c2254d1864 100644 --- a/src/components/remotecontrol/remotecontrol.css +++ b/src/components/remotecontrol/remotecontrol.css @@ -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 {