Use full width on mobile for message bubbles and input

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
kappa
2026-01-19 10:50:33 +09:00
parent d1778b9dae
commit fdad8d61d2
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
@media (max-width: 768px) {
.message-input {
max-width: 95%;
max-width: 100%;
}
}

View File

@@ -46,7 +46,7 @@
@media (max-width: 768px) {
.message-bubble {
max-width: 90%;
max-width: 100%;
}
}