Skip to content

Commit 385e61e

Browse files
committed
* Menu padding minimal optimalization.
1 parent a3ab032 commit 385e61e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/gtk-3.20/scss/widgets/_menu.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
color: $menubar_fg_color;
1818

1919
> menuitem {
20-
min-height: 16px;
21-
padding: ($spacing - 1px) ($spacing - 1px) * 2;
20+
padding: ($spacing - 2px) ($spacing - 2px) * 2;
2221
border: 1px solid transparent;
2322
background-color: transparent;
2423
background-image: none;

0 commit comments

Comments
 (0)