Clarify the left_side_userlist comment.

(imported from commit d2aa403d3165096776b68e59cef9814bc5dec00a)
This commit is contained in:
Tim Abbott 2015-09-19 23:39:54 -07:00
parent 7fc7e5ee8c
commit 23a81af8ad
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ exports.stop_auto_scrolling = function () {
exports.is_narrow = function () {
// This basically returns true when we hide the right sidebar for
// skinny mode. It would be nice to have a less brittle
// the left_side_userlist skinny mode. It would be nice to have a less brittle
// test for this. See the "@media (max-width: 975px)" section in
// zulip.css.
return window.innerWidth <= 975;