Add some left padding to the screen sharing indicator
This commit is contained in:
parent
25d6e3cdea
commit
d47429e20d
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue