Implement the left padding a bit differently for the screen sharing icon

This commit is contained in:
Kevin MacMartin 2023-11-02 16:58:54 -04:00
parent d47429e20d
commit 3f513d5363

View file

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