From aef86a8b2cbb6164a53dbbcef24707a71c01c8ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Fri, 6 Oct 2017 11:15:38 +0200 Subject: [PATCH] searchbar: Remove superfluous padding So it's not 6px high when the child revealer is concealed. --- gtk/theme/Adwaita/_common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index 3cf72743e2..b5ca82e30b 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -1381,7 +1381,7 @@ searchbar, @extend %darkbar; border-width: 0 0 1px; - padding: 3px; + padding: 0px; } %darkbar {