From 70a8a7dfc4d9bd03e3f6cfabafef4a6d46090548 Mon Sep 17 00:00:00 2001 From: Megax Date: Sun, 23 Oct 2016 16:45:30 +0200 Subject: [PATCH] * Nemo statusbar button padding fix. --- 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 {