From 659665a438ffa8208ff516d06bd15b5a18ae4a59 Mon Sep 17 00:00:00 2001 From: Joonas Henriksson Date: Tue, 26 Apr 2022 00:23:17 +0300 Subject: [PATCH] gnome-shell: Fix screenshot UI close button --- common/gnome-shell/42/sass/_common.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/common/gnome-shell/42/sass/_common.scss b/common/gnome-shell/42/sass/_common.scss index bb5360d73..c5dabc96b 100644 --- a/common/gnome-shell/42/sass/_common.scss +++ b/common/gnome-shell/42/sass/_common.scss @@ -2942,6 +2942,7 @@ $_screenshot_ui_panel_padding: 15px; .screenshot-ui-close-button { @extend .window-close; // copy window close button + padding: $window_close_button_padding !important; &.left { margin-left: 8px;} &.right { margin-right: 8px;} }