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