From bfc4590c2819b5ce4d652f993c026d4ea32caf8f Mon Sep 17 00:00:00 2001 From: Christoph Wurst <christoph@winzerhof-wurst.at> Date: Tue, 17 Jan 2017 09:06:15 +0100 Subject: [PATCH] fix searchbox position Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> --- core/css/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/styles.scss b/core/css/styles.scss index e7aeb063143..9b0dd21e234 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -168,7 +168,7 @@ body { color: #fff; border: 0; border-radius: 3px; - margin-top: 9px; + margin-top: 3px; width: 0; cursor: pointer; -webkit-transition: all 100ms; -- GitLab