Skip to content

Commit

Permalink
Cinnamon: Fix extra margin in popups and menus, fixes #186
Browse files Browse the repository at this point in the history
  • Loading branch information
EliverLara committed Jan 21, 2022
1 parent fd85fb2 commit 67a3e4a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion cinnamon/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,9 @@ StScrollBar {
.popup-menu,
%menu {
color: $fg_color;
border-image: url("#{$asset_path}/menu/menu.svg") 9 9 9 9;
background-color: $panel_bg;
border: 1px solid $borders_color;
border-radius: 5px;

&-arrow { icon-size: 16px; }

Expand Down
4 changes: 3 additions & 1 deletion cinnamon/cinnamon-dark.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion cinnamon/cinnamon.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 67a3e4a

Please sign in to comment.