fix: save AI response before switching versions, increase mobile font to 17px

This commit is contained in:
Alexej Wolff
2026-02-11 16:48:46 +01:00
parent 2933225d59
commit f0e8a947ba
2 changed files with 20 additions and 4 deletions
+9 -2
View File
@@ -296,8 +296,15 @@
.message-content {
padding: 0.875rem 1rem;
border-radius: 18px;
line-height: 1.65;
font-size: 1.15rem;
line-height: 1.7;
font-size: 1.1rem;
}
@media (max-width: 768px) {
.message-content {
font-size: 17px;
line-height: 1.75;
}
}
.message.user .message-content {