diff --git a/src/client/components/player/Player.tsx b/src/client/components/player/Player.tsx index 64354509..d82aeb7c 100644 --- a/src/client/components/player/Player.tsx +++ b/src/client/components/player/Player.tsx @@ -88,10 +88,10 @@ art = {},
-
-
{playArt !== undefined ? : null}
-

{calculated !== 'stopped' ? track : '-'}

-

{calculated !== 'stopped' ? artists.join(' / ') : '-'}

+
+
{playArt !== undefined ? : null}
+

{calculated !== 'stopped' ? track : '-'}

+

{calculated !== 'stopped' ? artists.join(' / ') : '-'}

diff --git a/src/client/components/player/player.scss b/src/client/components/player/player.scss index 49b474c8..6dcda76c 100644 --- a/src/client/components/player/player.scss +++ b/src/client/components/player/player.scss @@ -32,7 +32,7 @@ $primary: #00ACC1; } .player-album { - width: 100%; + //width: 100%; height: 100%; position: absolute; left: calc($spacing/1); @@ -163,6 +163,7 @@ $primary: #00ACC1; padding-top: calc($spacing/4); margin-bottom: $spacing; text-transform: uppercase; + position: relative; } } }