From 3a8831f0f926e62865ab3a70ae2e85ae1aacf001 Mon Sep 17 00:00:00 2001 From: DYefremov Date: Sat, 27 Mar 2021 17:43:35 +0300 Subject: [PATCH] minor style fix for buttons --- app/ui/default_style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/ui/default_style.css b/app/ui/default_style.css index e96caa21..12fac8b4 100644 --- a/app/ui/default_style.css +++ b/app/ui/default_style.css @@ -8,7 +8,10 @@ entry { button { min-height: 1.5em; - padding: 0.1em; + padding-left: 0.5em; + padding-right: 0.5em; + padding-top: 0.1em; + padding-bottom: 0.1em; } spinbutton {