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:
@@ -15,7 +15,7 @@
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.message-input {
|
||||
max-width: 95%;
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.message-bubble {
|
||||
max-width: 90%;
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user