Minor style improvements to nowPlaying

This commit is contained in:
ferferga 2020-06-18 01:24:04 +02:00
parent ff6bfbf2b4
commit 40c2ccaab3

View File

@ -56,8 +56,8 @@
text-align: left; text-align: left;
flex-grow: 1; flex-grow: 1;
font-size: 92%; font-size: 92%;
margin-right: 2.4em; margin-right: 1em;
margin-left: 1em; margin-left: 0.2em;
} }
.nowPlayingBarCenter { .nowPlayingBarCenter {
@ -159,7 +159,7 @@
} }
.nowPlayingBarInfoContainer { .nowPlayingBarInfoContainer {
width: 70%; width: 100%;
} }
} }