Bump Harbor versions and add desktop subscription spacing
All checks were successful
Build and Deploy Gateway / build-and-push (push) Successful in 14s
Build and Deploy Gateway / deploy (push) Successful in 6s

This commit is contained in:
2026-07-12 14:52:43 +03:00
parent 12c1b128f8
commit e8c1c9d403
3 changed files with 9 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ test('desktop layout keeps the power control on a symmetric center axis', () =>
assert.doesNotMatch(form, /\bleft\s*:|translateX|transition:[^;]*(?:left|width|transform)/);
assert.match(styles, /\.client-panel\.has-subscription \.client-form \{[\s\S]*height:\s*min\(640px, calc\(100vh - 120px\)\)/);
assert.match(rule('.client-form-content'), /align-content:\s*start/);
assert.match(styles, /@media \(min-width: 921px\)[\s\S]*\.client-panel\.has-subscription \.client-form-content \{[\s\S]*padding-top:\s*36px/);
});
test('tablet and mobile regions use normal flow with viewport-safe widths', () => {