From e4d177aaacc9c979ed021162fae23edc85314a62 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Fri, 20 Oct 2023 10:16:31 +0800 Subject: [PATCH] update --- src/sass/gtk/_common-3.0.scss | 7 ++++++- src/sass/gtk/_common-4.0.scss | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/sass/gtk/_common-3.0.scss b/src/sass/gtk/_common-3.0.scss index c6116eea..5465eb52 100644 --- a/src/sass/gtk/_common-3.0.scss +++ b/src/sass/gtk/_common-3.0.scss @@ -3029,14 +3029,19 @@ row { // @extend %osd; @extend %toolbar_osd; margin: 8px; + padding: $space-size $space-size * 2.5; button { @extend %button-flat; + &.flat:last-child { + margin-right: -$space-size * 1.5; + } + &.text-button:not(:disabled) { color: $primary; } } - > box > label { margin-left: $space-size * 1.5; } + // > box > label { margin-left: $space-size * 1.5; } &.frame, border { border-style: none; } diff --git a/src/sass/gtk/_common-4.0.scss b/src/sass/gtk/_common-4.0.scss index a619db95..41fc7d7f 100644 --- a/src/sass/gtk/_common-4.0.scss +++ b/src/sass/gtk/_common-4.0.scss @@ -722,6 +722,7 @@ button { box-shadow: none; background-color: rgba(black, 0.35); color: white; + margin: 0; > image { padding: 0;