From 3c4dec323fd4286b181face49193e13794008333 Mon Sep 17 00:00:00 2001 From: DYefremov Date: Mon, 1 Nov 2021 00:44:12 +0300 Subject: [PATCH] minor mac style correction --- app/ui/mac_style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/ui/mac_style.css b/app/ui/mac_style.css index 7fd0daac..d8179f7c 100644 --- a/app/ui/mac_style.css +++ b/app/ui/mac_style.css @@ -1,5 +1,6 @@ * { - -GtkDialog-action-area-border: 5em; + -GtkDialog-action-area-border: 6em; + -GtkDialog-button-spacing: 12; } entry { @@ -36,3 +37,7 @@ switch slider { min-height: 1.5em; min-width: 1.5em; } + +.dialog-action-area button { + margin-bottom: 0.6em; +}