Skip to content

Commit

Permalink
Fix: Tabbar - Mac's fullscreen #700
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed May 15, 2023
1 parent 178771a commit f6676df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion css/leptonChrome.css

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

2 changes: 1 addition & 1 deletion src/tabbar/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/* Don't use display: flex at not fullscreen!! side effect #372 */
:root[sizemode="fullscreen"] #navigator-toolbox {
display: flex !important; /* Needed for content to take up entire height, compatibility with tabs on bottom */
flex-wrap: wrap;
// flex-wrap: wrap; // Disabled at #700
}
:root[sizemode="fullscreen"] #titlebar,
:root[sizemode="fullscreen"] #nav-bar,
Expand Down

0 comments on commit f6676df

Please sign in to comment.