From 51ea1578ec3b6defadc283360d348308cb24aeca Mon Sep 17 00:00:00 2001 From: Josef Citrine Date: Mon, 20 Jun 2016 02:52:05 +0100 Subject: [PATCH] Track page album art changes --- resources/assets/styles/mobile.less | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/resources/assets/styles/mobile.less b/resources/assets/styles/mobile.less index 4ce3e4c2..0d99f9c6 100644 --- a/resources/assets/styles/mobile.less +++ b/resources/assets/styles/mobile.less @@ -223,8 +223,11 @@ .single-player { &.visible-xs-block { float: none; - width: 100%; - height: 100%; + width: 80%; + height: 80%; + margin-left: auto; + margin-right: auto; + margin-top: 10px; } a {