Improve deployment safety and chat reliability
Deploy FluentGerman.ai / deploy (push) Successful in 1m25s

This commit is contained in:
2026-08-29 17:28:50 +02:00
parent e9f12bc2ba
commit d974aaedc8
15 changed files with 746 additions and 153 deletions
+9
View File
@@ -398,6 +398,8 @@ textarea {
display: flex;
flex-direction: column;
height: calc(100vh - 57px);
/* dvh follows the mobile toolbar as it collapses; vh above is the fallback */
height: calc(100dvh - 57px);
}
.chat-messages {
@@ -1040,6 +1042,13 @@ tr:hover td {
padding: 12px 16px;
}
/* iOS Safari zooms the whole page in when a focused field is under 16px */
input,
select,
textarea {
font-size: 16px;
}
.message {
max-width: 88%;
}