style: add responsive CSS tweaks for very narrow screens, mobile fullscreen windows, and safe-area toast positioning
This commit is contained in:
@@ -265,6 +265,22 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 360px) {
|
||||
.messages-thread {
|
||||
padding: 0.75rem;
|
||||
}
|
||||
|
||||
.messages-input-area {
|
||||
padding: 0.5rem 0.75rem;
|
||||
}
|
||||
|
||||
.message-bubble {
|
||||
max-width: 85%;
|
||||
padding: 0.5rem 0.75rem;
|
||||
font-size: 0.8125rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (hover: none) and (pointer: coarse) {
|
||||
.messages-send-btn {
|
||||
width: 44px;
|
||||
|
||||
Reference in New Issue
Block a user