mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 19:12:27 +08:00
fix(native-buttons): regression on windows
This commit is contained in:
parent
0f48ccd53c
commit
fc9d06f876
@ -1282,7 +1282,7 @@ textarea {
|
|||||||
color: var(--muted-text-color);
|
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;
|
padding-left: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1292,7 +1292,7 @@ body.electron:not(.native-titlebar) .tab-row-container {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.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 {
|
.tab-row-container .toggle-button {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user