diff --git a/src/scss/components/_notifications.scss b/src/scss/components/_notifications.scss index ac8e04dd..34806470 100755 --- a/src/scss/components/_notifications.scss +++ b/src/scss/components/_notifications.scss @@ -114,5 +114,10 @@ left: 0; right: 0; width: auto; + + .loading { + bottom: 20px; + right: 40px; + } } } \ No newline at end of file diff --git a/src/scss/components/_player.scss b/src/scss/components/_player.scss index b773b329..8045fd89 100755 --- a/src/scss/components/_player.scss +++ b/src/scss/components/_player.scss @@ -79,22 +79,22 @@ .play { position: absolute; - top: 5px; - left: 5px; + top: 6px; + left: 3px; padding: 12px; } .next { position: absolute; - top: 5px; - left: 48px; + top: 6px; + left: 40px; padding: 12px; } .volume-control { position: absolute; - top: 5px; - right: 5px; + top: 6px; + right: 3px; a { padding: 12px;