From c5fc2b789a3e2fd518a06eab212b32b2d95216c6 Mon Sep 17 00:00:00 2001 From: Stanislav Kurinec Date: Fri, 24 Aug 2012 13:20:22 +0300 Subject: [PATCH] Fix --- scss/foundation/components/modules/_navbar.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scss/foundation/components/modules/_navbar.scss b/scss/foundation/components/modules/_navbar.scss index 6fe730757..5b3a43fa4 100644 --- a/scss/foundation/components/modules/_navbar.scss +++ b/scss/foundation/components/modules/_navbar.scss @@ -19,10 +19,10 @@ .flyout { display: none; } &.has-flyout { - &>a:first-child { padding-right: $navBarHeight - 4; position: relative; + &>a:first-child { padding-right: $navBarHeight; position: relative; &:after { @include cssTriangle(4px, darken($white, 10%), top); position: absolute; right: $navBarHeight / 2; top: ($navBarHeight / 2) - 3; } } - &>a.flyout-toggle { border-left: 0 !important; position: absolute; right: 0; top: 0; padding: ($navBarHeight / 2) + 2; z-index: 2; display: block; } + &>a.flyout-toggle { border-left: 0 !important; position: absolute; right: 0; top: 0; padding: ($navBarHeight / 2); z-index: 2; display: block; } &.is-touch { &>a:first-child { padding-right: 55px;} &>a.flyout-toggle { border-left: 1px dashed #666; } @@ -104,4 +104,4 @@ p:last-child { margin-bottom: 18px; } } - } + } \ No newline at end of file -- 2.47.3