From d1f849a873b344dd34561b94918f8594ab877fc3 Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Mon, 10 Apr 2017 16:42:47 +1200 Subject: [PATCH] Responsive trimming of player; Loader on responsive --- src/scss/components/_notifications.scss | 5 +++++ src/scss/components/_player.scss | 12 ++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) 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;