Feat v0.6.10 viewport foundation
Some checks failed
CI/CD / test-frontend (pull_request) Has been cancelled
CI/CD / test-sqlite (pull_request) Has been cancelled
CI/CD / test-go-pg (pull_request) Has been cancelled
CI/CD / build-and-deploy (pull_request) Has been cancelled
CI/CD / detect-changes (pull_request) Has been cancelled
Some checks failed
CI/CD / test-frontend (pull_request) Has been cancelled
CI/CD / test-sqlite (pull_request) Has been cancelled
CI/CD / test-go-pg (pull_request) Has been cancelled
CI/CD / build-and-deploy (pull_request) Has been cancelled
CI/CD / detect-changes (pull_request) Has been cancelled
Single layout model: body → shell → surface. CSS zoom replaces transform: scale() — no more getBoundingClientRect hacks. Extension surfaces use height: 100% instead of 100vh. All viewport-height declarations use 100dvh fallbacks for mobile browsers. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||
body { font-family: var(--font); background: var(--bg); color: var(--text); }
|
||||
|
||||
.wf-shell { display: flex; flex-direction: column; height: 100vh; }
|
||||
.wf-shell { display: flex; flex-direction: column; height: 100vh; height: 100dvh; }
|
||||
|
||||
.wf-header {
|
||||
padding: 16px 24px;
|
||||
|
||||
Reference in New Issue
Block a user