Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 755d000

Browse files
committed
fix(ui): Avoid over-long title blocking electron native title bar
1 parent 7e35a2d commit 755d000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/client/src/stylesheets/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1782,7 +1782,7 @@ body.zen .title-row {
17821782
height: unset !important;
17831783
-webkit-app-region: drag;
17841784
padding-left: env(titlebar-area-x);
1785-
padding-right: 2.5em;
1785+
padding-right: calc(100vw - env(titlebar-area-width, 100vw) + 2.5em);
17861786
}
17871787

17881788
body.zen .floating-buttons {

0 commit comments

Comments
 (0)