Feat v0.6.10 viewport foundation (#45)
All checks were successful
CI/CD / detect-changes (push) Successful in 4s
CI/CD / test-frontend (push) Successful in 5s
CI/CD / test-sqlite (push) Successful in 3m5s
CI/CD / test-go-pg (push) Successful in 3m14s
CI/CD / build-and-deploy (push) Successful in 1m44s

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:
2026-04-01 10:42:44 +00:00
committed by xcaliber
parent 617d81e7d4
commit ca3f845c34
19 changed files with 94 additions and 87 deletions

View File

@@ -12,7 +12,7 @@
.chat-app {
display: flex;
flex-direction: column;
height: 100vh;
height: 100%;
overflow: hidden;
background: var(--bg);
color: var(--text);
@@ -22,7 +22,7 @@
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
height: 100%;
}
.chat-body {

View File

@@ -9,7 +9,7 @@
.surface-dashboard {
display: flex;
flex-direction: column;
height: 100vh;
height: 100%;
overflow: hidden;
}

View File

@@ -258,6 +258,7 @@
width: 100%;
max-width: 680px;
max-height: calc(100vh - 80px);
max-height: calc(100dvh - 80px);
display: flex;
flex-direction: column;
box-shadow: 0 8px 32px rgba(0,0,0,0.3);