fix(chat): improve in-app keyboard avoidance

This commit is contained in:
2026-06-24 15:13:11 +08:00
parent 853ae776f9
commit 08c954903f
7 changed files with 193 additions and 66 deletions
@@ -4,7 +4,7 @@
align-items: stretch;
justify-content: center;
width: 100%;
min-height: 100dvh;
min-height: var(--app-viewport-height, 100dvh);
background: #000000; /* 显式黑,桌面端 500px 外圈为黑色 */
}
@@ -15,5 +15,5 @@
flex-direction: column;
width: 100%;
max-width: 500px;
min-height: 100dvh;
min-height: var(--app-viewport-height, 100dvh);
}