From 03ba1af3569c2ce29edfd4bb892b14b6d9c4c18e Mon Sep 17 00:00:00 2001 From: DYefremov Date: Wed, 19 May 2021 13:47:06 +0300 Subject: [PATCH] changed style of status bar buttons --- app/ui/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/ui/style.css b/app/ui/style.css index abc4996f..325e5952 100644 --- a/app/ui/style.css +++ b/app/ui/style.css @@ -3,7 +3,10 @@ } #status-bar-button { - padding: 1px; + padding-top: 1px; + padding-bottom: 1px; + padding-left: 3px; + padding-right: 3px; margin: 1px; }