From aea6d163173f56e484a57df7eb0105402083b9a9 Mon Sep 17 00:00:00 2001 From: Csaba Jakosa Date: Sun, 23 Oct 2016 17:15:11 +0200 Subject: [PATCH] * Nemo statusbar button padding fix. (#611) --- src/gtk-3.20/scss/apps/_nemo.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gtk-3.20/scss/apps/_nemo.scss b/src/gtk-3.20/scss/apps/_nemo.scss index dbe1a03..9dc2d78 100644 --- a/src/gtk-3.20/scss/apps/_nemo.scss +++ b/src/gtk-3.20/scss/apps/_nemo.scss @@ -63,7 +63,7 @@ button { min-height: 16px; min-width: 16px; - padding: ($spacing - 1px); + padding: ($spacing - 1px) (($spacing * 2) - 2px); } button:first-child {