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; } } }