macOS: fix back button padding (#985)

This commit is contained in:
Pedro Galhardo 2022-05-04 01:35:08 +01:00 committed by GitHub
parent 40544237b6
commit d98e45b015
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -12944,6 +12944,7 @@ body[platform='darwin'] #window-controls-container {
}
body[platform='darwin'] .app-chrome .app-chrome-item > .app-mainmenu {
opacity: 0;
width: 52px;
pointer-events: none;
-webkit-app-region: drag;
}