Skip to content

Commit

Permalink
improve the consistency of menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Sep 30, 2021
1 parent a0e9b85 commit c34df9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gtk-3.0/gtk-widgets.css
Expand Up @@ -281,8 +281,8 @@ menubar > menuitem:hover {
border: 1px solid #989B98;
}
menuitem {
margin: 2px;
padding: 1px 3px;
margin: 1px;
padding: 1px 6px;
border: 1px solid transparent;
border-radius: 3px;
}
Expand Down

0 comments on commit c34df9a

Please sign in to comment.