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:
Aman Agrawal
2020-11-01 10:06:51 +05:30
committed by Tim Abbott
parent adb860f75b
commit e2130b944d

View File

@@ -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;