mirror of
https://github.com/zadam/trilium.git
synced 2026-01-06 15:32:24 +01:00
fix(ui): Avoid over-long title blocking electron native title bar
This commit is contained in:
@@ -1782,7 +1782,7 @@ body.zen .title-row {
|
||||
height: unset !important;
|
||||
-webkit-app-region: drag;
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user