Feat v0.6.10 viewport foundation (#45)
All checks were successful
All checks were successful
Co-authored-by: Jeffrey Smith <jasafpro@gmail.com> Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
This commit was merged in pull request #45.
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