mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02: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