Skip to content

Commit

Permalink
Fix: FullScreen - MacOS Tab Min Height #1045
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Jan 12, 2025
1 parent 36c0556 commit 87abdcd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions css/leptonChrome.css

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

4 changes: 2 additions & 2 deletions css/leptonChromeESR.css

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

6 changes: 3 additions & 3 deletions src/compatibility/_os.scss
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,6 @@ $_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;
}
:root[sizemode="fullscreen"][macOSNativeFullscreen]:not([inDOMFullscreen="true"]) #TabsToolbar {
min-height: var(--tab-min-height, fit-content) !important;
}

0 comments on commit 87abdcd

Please sign in to comment.