Skip to content

Commit

Permalink
fix(style): horizontal layout border with native window buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Dec 6, 2024
1 parent e22e974 commit 774c267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/public/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,7 @@ body.electron.platform-darwin:not(.native-titlebar) .tab-row-container {
}

.tab-row-container {
margin-right: calc(100vw - env(titlebar-area-width, 100vw));
padding-right: calc(100vw - env(titlebar-area-width, 100vw));
}

.tab-row-container .toggle-button {
Expand Down

0 comments on commit 774c267

Please sign in to comment.