From ac402428ed4e1cf0dd0c55d609b62d187b41d4ae Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Sat, 31 Oct 2020 20:27:40 +0530 Subject: [PATCH] recent_topics: Use 767px for 750px as breakpoint for hiding columns. There is no breaking change, just standardizing breakpoints. --- static/styles/recent_topics.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles/recent_topics.css b/static/styles/recent_topics.css index b59c118b8f..df788f936b 100644 --- a/static/styles/recent_topics.css +++ b/static/styles/recent_topics.css @@ -279,7 +279,7 @@ white-space: nowrap; } - @media (max-width: 750px) { + @media (max-width: $md-max) { /* Hide participants and last message time on smaller screens. This ensures user always has a nice UI experience. */