style(next): adjust offset for native title bar buttons

This commit is contained in:
Elian Doran 2024-12-05 19:05:03 +02:00
parent 05c5109331
commit 5c09b2d6c4
No known key found for this signature in database

View File

@ -347,6 +347,11 @@
background-color: var(--root-background);
}
body {
--native-titlebar-darwin-x-offset: 10;
--native-titlebar-darwin-y-offset: 17 !important;
}
body.layout-vertical {
--native-titlebar-background: var(--root-background);
}