Merge branch 'main' into wip/yaak-proxy-foundation

# Conflicts:
#	apps/yaak-client/components/JsonBodyEditor.tsx
#	apps/yaak-client/lib/jsonComments.ts
#	package-lock.json
#	packages/theme/src/window.ts
#	packages/ui/src/components/HeaderSize.tsx
This commit is contained in:
Gregory Schier
2026-03-11 15:36:57 -07:00
40 changed files with 1187 additions and 518 deletions

View File

@@ -43,7 +43,7 @@ export function HeaderSize({
} else if (osType === 'macos') {
if (!isFullscreen) {
// Add large padding for window controls
s.paddingLeft = 72 / interfaceScale;
s.paddingLeft = 76 / interfaceScale;
}
} else if (!ignoreControlsSpacing && !hideWindowControls) {
s.paddingRight = WINDOW_CONTROLS_WIDTH;

View File

@@ -1,4 +1,4 @@
export const HEADER_SIZE_MD = '27px';
export const HEADER_SIZE_MD = '30px';
export const HEADER_SIZE_LG = '40px';
export const WINDOW_CONTROLS_WIDTH = '10.5rem';