mirror of https://github.com/zulip/zulip.git
recent_topics: Use 767px for 750px as breakpoint for hiding columns.
There is no breaking change, just standardizing breakpoints.
This commit is contained in:
parent
e404fea055
commit
ac402428ed
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue