mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-28 18:42:28 +08:00
fix(ui): Avoid over-long title blocking electron native title bar
This commit is contained in:
parent
7e35a2dee5
commit
755d0002c9
@ -1782,7 +1782,7 @@ body.zen .title-row {
|
|||||||
height: unset !important;
|
height: unset !important;
|
||||||
-webkit-app-region: drag;
|
-webkit-app-region: drag;
|
||||||
padding-left: env(titlebar-area-x);
|
padding-left: env(titlebar-area-x);
|
||||||
padding-right: 2.5em;
|
padding-right: calc(100vw - env(titlebar-area-width, 100vw) + 2.5em);
|
||||||
}
|
}
|
||||||
|
|
||||||
body.zen .floating-buttons {
|
body.zen .floating-buttons {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user