From 3736bc82cdd3afd6d0d4328bb3d226f138c9a0e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Fri, 22 Mar 2019 10:36:19 +0100 Subject: [PATCH] Fix filepicker's add button design MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/styles.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/css/styles.scss b/core/css/styles.scss index e0659d1db6..da84befd16 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -769,10 +769,10 @@ code { .icon.icon-add{ background-image: var(--icon-add-000); background-size: 16px 16px; - max-height: 36px; - width: 36px; + width: 34px; + height: 34px; margin: 0px; - opacity: .5; + opacity: 0.5; } a { @@ -784,7 +784,7 @@ code { .menu { top:100%; margin:10px; - margin-left: 0px; + margin-left: 1px; form { display:flex; margin:10px;