mirror of
https://github.com/zadam/trilium.git
synced 2025-10-21 07:38:53 +02:00
fix(desktop/rtl): native buttons overlapping on darwin
This commit is contained in:
parent
067383a87d
commit
fa017fde62
@ -1978,6 +1978,10 @@ body.electron.platform-darwin:not(.native-titlebar) .tab-row-container {
|
|||||||
-webkit-app-region: drag;
|
-webkit-app-region: drag;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.electron.platform-darwin:not(.native-titlebar) #tab-row-left-spacer {
|
||||||
|
width: 80px;
|
||||||
|
}
|
||||||
|
|
||||||
.tab-row-widget {
|
.tab-row-widget {
|
||||||
padding-inline-end: calc(100vw - env(titlebar-area-width, 100vw));
|
padding-inline-end: calc(100vw - env(titlebar-area-width, 100vw));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user