Use native dark theme titlebar on Windows

This commit is contained in:
Fedor Indutny
2024-01-16 22:32:38 +01:00
committed by GitHub
parent b574ba531d
commit 23e3883ce0
43 changed files with 152 additions and 965 deletions
+1 -1
View File
@@ -294,7 +294,7 @@ export function CallingPip({
positionState.mode === PositionMode.BeingDragged
? '-webkit-grabbing'
: '-webkit-grab',
transform: `translate3d(${localizedTranslateX}px,calc(${translateY}px - var(--titlebar-height)), 0)`,
transform: `translate3d(${localizedTranslateX}px,calc(${translateY}px), 0)`,
transition:
positionState.mode === PositionMode.BeingDragged
? 'none'