From d47429e20dc0bfc1e3519d56794836093e9297d2 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Thu, 2 Nov 2023 15:37:21 -0400 Subject: [PATCH] Add some left padding to the screen sharing indicator --- gnome-shell-sass/widgets/_panel.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/gnome-shell-sass/widgets/_panel.scss b/gnome-shell-sass/widgets/_panel.scss index e0f644d..a901c34 100644 --- a/gnome-shell-sass/widgets/_panel.scss +++ b/gnome-shell-sass/widgets/_panel.scss @@ -122,6 +122,7 @@ $panel_transition_duration: 250ms; // same as the overview transition duration &.screen-sharing-indicator { @include panel_button($privacy_indicator_color, $flat: false); + padding-left: 5px; } } }