From 3f513d5363144d3e936dd319fbd2eb5fc1d27d85 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Thu, 2 Nov 2023 16:58:54 -0400 Subject: [PATCH] Implement the left padding a bit differently for the screen sharing icon --- gnome-shell-sass/widgets/_panel.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnome-shell-sass/widgets/_panel.scss b/gnome-shell-sass/widgets/_panel.scss index a901c34..1ad3a18 100644 --- a/gnome-shell-sass/widgets/_panel.scss +++ b/gnome-shell-sass/widgets/_panel.scss @@ -68,6 +68,10 @@ $panel_transition_duration: 250ms; // same as the overview transition duration StIcon { icon-size: $base_icon_size; + + &:first-child { + margin-left: 3px; + } } } @@ -122,7 +126,6 @@ $panel_transition_duration: 250ms; // same as the overview transition duration &.screen-sharing-indicator { @include panel_button($privacy_indicator_color, $flat: false); - padding-left: 5px; } } }