mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 00:46:03 +00:00
compose: Adjust compose box for mobile at 374px vs 370px.
Since the change in breakpoint is minor no regression is seen.
This commit is contained in:
@@ -510,7 +510,7 @@ a#undo_markdown_preview {
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 370px) {
|
||||
@media (max-width: $mm-max) {
|
||||
#stream_message_recipient_topic.recipient_box {
|
||||
width: calc(100% - 175px);
|
||||
min-width: 95px;
|
||||
|
||||
Reference in New Issue
Block a user