From 705fd50e9e5b50126c4053ae29a3f430e0bbc231 Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Mon, 25 Jan 2021 08:49:48 +0000 Subject: [PATCH] feedback_container: Expand to almost full width below 767px. Remove css clutter. --- static/styles/zulip.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles/zulip.css b/static/styles/zulip.css index 27b566a9d5..a31e5906e6 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -2896,7 +2896,7 @@ select.inline_select_topic_edit { } } -@media only screen and (min-width: 300px) and (max-width: 700px) { +@media (max-width: $md_max) { #feedback_container { width: calc(90% - 30px); left: 5%;