Add some left padding to the screen sharing indicator

This commit is contained in:
Kevin MacMartin 2023-11-02 15:37:21 -04:00
parent 25d6e3cdea
commit d47429e20d

View file

@ -122,6 +122,7 @@ $panel_transition_duration: 250ms; // same as the overview transition duration
&.screen-sharing-indicator { &.screen-sharing-indicator {
@include panel_button($privacy_indicator_color, $flat: false); @include panel_button($privacy_indicator_color, $flat: false);
padding-left: 5px;
} }
} }
} }