From ec8f2e5dc5b0796e80b35d1eb3765913d20dc68c Mon Sep 17 00:00:00 2001 From: Josef Citrine Date: Fri, 20 May 2016 16:31:04 +0100 Subject: [PATCH] Mobile tweaks --- resources/assets/styles/mobile.less | 30 +++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/resources/assets/styles/mobile.less b/resources/assets/styles/mobile.less index e0d0495c..d36acac1 100644 --- a/resources/assets/styles/mobile.less +++ b/resources/assets/styles/mobile.less @@ -90,11 +90,35 @@ .track-player { margin-right: 0px !important; + padding: 5px 10px; + + .inner { + margin-left: 0px !important; + } + + .image { + display: none; + } + .buttons { li.volume, li.status { display: none; } } + + .song, .artist { + margin-bottom: 4px; + } + + .transport { + border-radius: 0px !important; + margin-top: 4px; + height: 10px; + + .bar, .loader-bar { + border-radius: 0px; + } + } } input.search-input { @@ -142,6 +166,8 @@ } > header { + margin-bottom: 0px; + > img { float: none !important; display: block; @@ -164,6 +190,10 @@ } } + .tabs li a { + padding: 10px 13px; + } + .track-details { .single-player { &.visible-xs-block {