From 0b288f20055e8eef7a5a875b1e1358ca1e7dd6a9 Mon Sep 17 00:00:00 2001 From: Joonas Henriksson Date: Mon, 28 Mar 2022 02:49:14 +0300 Subject: [PATCH] gnome-shell: Remove unwanted margin from some buttons Fixes 1px gap between some buttons, that was inherited from the default theme after GNOME Shell 42 update. --- common/gnome-shell/42/sass/_common.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/gnome-shell/42/sass/_common.scss b/common/gnome-shell/42/sass/_common.scss index 1115f203c..26fbf9cf1 100644 --- a/common/gnome-shell/42/sass/_common.scss +++ b/common/gnome-shell/42/sass/_common.scss @@ -261,6 +261,7 @@ StScrollBar { &-linked-button { height: if($variant=='light', 39px, 38px); + margin: 0; padding: 0; box-shadow: inset 0 0 black; border-top-width: if($variant=='light', 0px, 1px); @@ -2179,6 +2180,7 @@ $_dash_bottom_margin: 20px; spacing: 3px; } .notification-button { + marging: 0; padding: 4px 4px 5px; min-height: 0; font-weight: normal !important; @@ -2233,6 +2235,7 @@ $_dash_bottom_margin: 20px; } .hotplug-notification-item { + margin: 0; padding: 2px 10px; font-weight: normal !important; @extend %button;