From 07f7d6486c7717fa8e8a5efb7e7bd7dda0f5725d Mon Sep 17 00:00:00 2001 From: Vince Date: Mon, 5 Jul 2021 08:42:50 +0800 Subject: [PATCH] update --- src/sass/gtk/_common-3.0.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sass/gtk/_common-3.0.scss b/src/sass/gtk/_common-3.0.scss index 3b0b935..6a53d6b 100644 --- a/src/sass/gtk/_common-3.0.scss +++ b/src/sass/gtk/_common-3.0.scss @@ -1656,8 +1656,8 @@ headerbar { // Headerbar Switches switch { - margin-top: 10px; - margin-bottom: 10px; + margin-top: $container_padding; + margin-bottom: $container_padding; &:backdrop { opacity: 0.75; } }