Implement the left padding a bit differently for the screen sharing icon
This commit is contained in:
parent
d47429e20d
commit
3f513d5363
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue