From 9ab22d5b205d54facafb8d461414feb18d394808 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Fri, 14 Feb 2025 12:44:33 +0800 Subject: [PATCH] update --- src/sass/gtk/_common-3.0.scss | 4 ++-- src/sass/gtk/_common-4.0.scss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/sass/gtk/_common-3.0.scss b/src/sass/gtk/_common-3.0.scss index 9954ad5e..472c891f 100644 --- a/src/sass/gtk/_common-3.0.scss +++ b/src/sass/gtk/_common-3.0.scss @@ -1799,7 +1799,7 @@ headerbar { border: none; min-width: 16px; min-height: 16px; - margin: 0; + margin: 0 1px; padding: 0; } } @@ -4437,7 +4437,7 @@ headerbar { &.close, &.maximize, &.minimize { min-width: 16px; min-height: 16px; - margin: 0; + margin: 0 1px; padding: 0; background-position: center; background-repeat: no-repeat; diff --git a/src/sass/gtk/_common-4.0.scss b/src/sass/gtk/_common-4.0.scss index fa44649d..f67a1a2b 100644 --- a/src/sass/gtk/_common-4.0.scss +++ b/src/sass/gtk/_common-4.0.scss @@ -2320,7 +2320,7 @@ headerbar { &.close, &.maximize, &.minimize { min-width: 16px; min-height: 16px; - padding: ($menuitem_size - 20px) / 2 0; + padding: ($menuitem_size - 20px) / 2 1px; background-position: center; background-repeat: no-repeat; background-size: 16px 16px; @@ -2392,7 +2392,7 @@ headerbar { button.close, button.maximize, button.minimize { min-width: 16px; min-height: 16px; - margin: 0; + margin: 0 1px; padding: 0; } }