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 {