diff --git a/app/styles/app/layouts/footer.sass b/app/styles/app/layouts/footer.sass index b4b1e9eb..36896cf7 100644 --- a/app/styles/app/layouts/footer.sass +++ b/app/styles/app/layouts/footer.sass @@ -25,7 +25,7 @@ footer height: auto @media (min-width: 640px) .wrapper - padding-bottom: 204px + padding-bottom: 244px //footer height plus some extra padding footer margin-top: -204px @@ -86,3 +86,6 @@ footer a:active .status-circle.major background: #e74c3c + +.wrapper:not(.centered) ~ footer + display: none diff --git a/app/styles/app/layouts/sidebar.sass b/app/styles/app/layouts/sidebar.sass index 12b5cd1e..88696923 100644 --- a/app/styles/app/layouts/sidebar.sass +++ b/app/styles/app/layouts/sidebar.sass @@ -75,7 +75,7 @@ $sb-font-size: 14px .icon--plus:after color: $teal1 &:after - bottom: 0 + bottom: -3px @media (min-width: #{lower-bound($large-range)}) ul diff --git a/app/styles/app/modules/tabs.sass b/app/styles/app/modules/tabs.sass index c0a02746..0bb9bbbd 100644 --- a/app/styles/app/modules/tabs.sass +++ b/app/styles/app/modules/tabs.sass @@ -25,7 +25,7 @@ content: "" position: absolute left: 0 - bottom: -0.25em + bottom: -4px width: 100% height: 2px background-color: $teal2 diff --git a/app/templates/layouts/home.hbs b/app/templates/layouts/home.hbs index c750ba8a..d26758de 100644 --- a/app/templates/layouts/home.hbs +++ b/app/templates/layouts/home.hbs @@ -17,6 +17,6 @@ -{{!-- diff --git a/app/templates/layouts/profile.hbs b/app/templates/layouts/profile.hbs index 9b6bd508..47623eb8 100644 --- a/app/templates/layouts/profile.hbs +++ b/app/templates/layouts/profile.hbs @@ -4,7 +4,7 @@ -