Skip to content

Commit

Permalink
Fix: Menu - Windows non native context menu padding
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Dec 20, 2023
1 parent eddf919 commit 18570f9
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
12 changes: 12 additions & 0 deletions css/leptonChrome.css

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

6 changes: 6 additions & 0 deletions css/leptonChromeESR.css

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

5 changes: 5 additions & 0 deletions src/icons/layout/_menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ $_layoutCommonMenus: (
@include _layoutIconMenus {
@include _layout_init_non_native();
}

// FF v121
.menupopup-arrowscrollbox {
padding-inline: 0 !important; /* Original: padding: var(--panel-padding); --panel-padding-block: 4px; */
}
}
}

Expand Down

0 comments on commit 18570f9

Please sign in to comment.