From 9a25d549275713541c384acb563072c823679e1c Mon Sep 17 00:00:00 2001 From: Josef Citrine Date: Tue, 12 Jul 2016 01:03:26 +0100 Subject: [PATCH] Player not scaling on mobile --- resources/assets/styles/mobile.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/assets/styles/mobile.less b/resources/assets/styles/mobile.less index e55383de..2b57a4e6 100644 --- a/resources/assets/styles/mobile.less +++ b/resources/assets/styles/mobile.less @@ -24,6 +24,8 @@ .now-playing { margin-left: 0; + left: 0; + width: 100%; } .user-details {