Skip to content

Commit

Permalink
gnome-shell: Add side padding to quick menu menuitems
Browse files Browse the repository at this point in the history
Some icons were placed right at the menuitem edge with no padding.
  • Loading branch information
jnsh committed Dec 18, 2022
1 parent ded6216 commit 10c6990
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion common/gnome-shell/43/sass/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3233,7 +3233,11 @@ $_screenshot_ui_panel_padding: 15px;
padding: 8px;
margin: 8px 16px 0;

.popup-menu-item { border-radius: 2px; }
.popup-menu-item {
border-radius: 2px;
padding-left: 5px;
padding-right: 5px;
}

.popup-menu-item > StIcon { -st-icon-style: symbolic; }

Expand Down

0 comments on commit 10c6990

Please sign in to comment.