recent_topics: Use 767px for 750px as breakpoint for hiding columns.

There is no breaking change, just standardizing breakpoints.
This commit is contained in:
Aman Agrawal 2020-10-31 20:27:40 +05:30 committed by Tim Abbott
parent e404fea055
commit ac402428ed
1 changed files with 1 additions and 1 deletions

View File

@ -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. */