Raise client layout version and add subscription form height cap
All checks were successful
Build and Deploy Gateway / build-and-push (push) Successful in 15s
Build and Deploy Gateway / deploy (push) Successful in 6s

This commit is contained in:
2026-07-12 14:41:47 +03:00
parent fca3c0b705
commit 6bd51dc8fb
4 changed files with 9 additions and 3 deletions

View File

@@ -21,6 +21,7 @@ test('desktop layout keeps the power control on a symmetric center axis', () =>
assert.match(form, /grid-column:\s*3/);
assert.match(form, /position:\s*static/);
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\)\)/);
});
test('tablet and mobile regions use normal flow with viewport-safe widths', () => {