From 028013f020575b07359910addbb70a927adc1103 Mon Sep 17 00:00:00 2001 From: Egor Date: Sun, 1 Nov 2015 11:34:07 -0800 Subject: [PATCH] more mobile friendly stuff --- app/pods/components/music-tab/template.hbs | 9 ++++++--- app/styles/app.scss | 10 ++++++++-- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/app/pods/components/music-tab/template.hbs b/app/pods/components/music-tab/template.hbs index a401712..6b94935 100644 --- a/app/pods/components/music-tab/template.hbs +++ b/app/pods/components/music-tab/template.hbs @@ -63,7 +63,7 @@
  • SoundCloud
  • - {{#if playQueueNotEmpty}} + {{#if (and usingLocalAudio playQueueNotEmpty)}} diff --git a/app/styles/app.scss b/app/styles/app.scss index 06676a8..3df17af 100644 --- a/app/styles/app.scss +++ b/app/styles/app.scss @@ -137,7 +137,7 @@ md-switch[disabled=disabled], md-switch[disabled=disabled] .md-container, md-sli .bridgeFinder, .readyBlock { text-align: center; - padding-top: 20px; + padding-top: 10px; } // preloading image @@ -147,7 +147,7 @@ md-switch[disabled=disabled], md-switch[disabled=disabled] .md-container, md-sli } .title { - font-size: 30px; + font-size: 34px; margin-bottom: 30px; } @@ -645,6 +645,12 @@ md-switch.md-default-theme.md-checked .md-thumb { opacity: 1 !important; } } + .settingsItem:nth-of-type(2){ + margin-left: 0; + } + #seekSlider { + margin-bottom: 15px; + } } #seekSlider:hover {