summaryrefslogtreecommitdiff
path: root/res/css/partials/search-bar.scss
diff options
context:
space:
mode:
Diffstat (limited to 'res/css/partials/search-bar.scss')
-rw-r--r--res/css/partials/search-bar.scss5
1 files changed, 2 insertions, 3 deletions
diff --git a/res/css/partials/search-bar.scss b/res/css/partials/search-bar.scss
index 5e8d95ba..c78e62c3 100644
--- a/res/css/partials/search-bar.scss
+++ b/res/css/partials/search-bar.scss
@@ -18,13 +18,12 @@
width: 100%;
top: $top-bar-height+($search-bar-height - $search-icon-height)/2;
height:$search-icon-height;
- left: $left-margin + 40px;
+ left: $doc-margin + 40px;
}
.search-icon {
position:fixed;
width:20px;
height:$search-icon-height;
- left: $left-margin;
+ left: $doc-margin;
top: $top-bar-height+($search-bar-height - $search-icon-height)/2;
-
}