mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +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 {
|
#stream_message_recipient_topic.recipient_box {
|
||||||
width: calc(100% - 175px);
|
width: calc(100% - 175px);
|
||||||
min-width: 95px;
|
min-width: 95px;
|
||||||
|
|||||||
Reference in New Issue
Block a user