mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 23:35:50 +01:00
fix(native-buttons): regression on windows
This commit is contained in:
@@ -1282,7 +1282,7 @@ textarea {
|
||||
color: var(--muted-text-color);
|
||||
}
|
||||
|
||||
body.electron:not(.native-titlebar) .tab-row-container {
|
||||
body.electron.platform-darwin:not(.native-titlebar) .tab-row-container {
|
||||
padding-left: 2em;
|
||||
}
|
||||
|
||||
@@ -1292,7 +1292,7 @@ body.electron:not(.native-titlebar) .tab-row-container {
|
||||
}
|
||||
|
||||
.tab-row-container {
|
||||
margin-right: calc(100vw, env(titlebar-area-width, 100vw));
|
||||
margin-right: calc(100vw - env(titlebar-area-width, 100vw));
|
||||
}
|
||||
|
||||
.tab-row-container .toggle-button {
|
||||
|
||||
Reference in New Issue
Block a user