Skip to content

Commit

Permalink
Fix: FullScreen - MacOS Tabbar crop #1045
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Jan 11, 2025
1 parent 350b052 commit 36c0556
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/_os.scss
Original file line number Diff line number Diff line change
Expand Up @@ -287,3 +287,8 @@ $_os_linuxDefaultShadow: 0 0 4px rgba(128, 128, 142, 0.5);
}
}
}

/*= MacOS Fullscreen clipping #1045 ==========================================*/
:root[sizemode="fullscreen"][macOSNativeFullscreen]:not([inDOMFullscreen="true"]) #navigator-toolbox {
border-top: 16px solid transparent;
}

0 comments on commit 36c0556

Please sign in to comment.