mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
panel: Align left and right margin for status panel item
We now set a padding for the left and right side of the pill. We also got rid of the padding on the icon. Probably broken due to the removal of the dropdown arrow which likly handled the padding the right side of this item before. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1615>
This commit is contained in:
parent
ed628b90d7
commit
f5b622a703
1 changed files with 5 additions and 2 deletions
|
|
@ -86,8 +86,6 @@ $panel_transition_duration: 250ms; // same as the overview transition duration
|
|||
|
||||
// app menu icon
|
||||
.app-menu-icon {
|
||||
margin-left: $base_margin;
|
||||
margin-right: $base_margin;
|
||||
-st-icon-style: symbolic;
|
||||
// dimensions of the icon are hardcoded
|
||||
}
|
||||
|
|
@ -137,3 +135,8 @@ $panel_transition_duration: 250ms; // same as the overview transition duration
|
|||
spacing: $base_spacing;
|
||||
.label-shadow { color: transparent; }
|
||||
}
|
||||
|
||||
#appMenu .panel-status-menu-box {
|
||||
padding: 0 $base_padding;
|
||||
spacing: $base_spacing;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue