Skip to content

Commit

Permalink
Fix: Rounding - Compatibility for menu bar menu #814
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Nov 19, 2023
1 parent 7f67f8a commit 607f953
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
10 changes: 10 additions & 0 deletions css/leptonChrome.css

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

4 changes: 4 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/compatibility/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -155,3 +155,8 @@ vbox[part="drop-indicator-bar"] > image[part="drop-indicator"] {
// #531
@include _firefox_view_border_remove;
}

/*= Menubar rounding #814 ====================================================*/
#main-menubar {
--panel-border-radius: var(--arrowpanel-border-radius);
}

0 comments on commit 607f953

Please sign in to comment.