From b6d7b5b46e33d002d10f1935f6465eb737dea48f Mon Sep 17 00:00:00 2001 From: psychobunny Date: Thu, 27 Aug 2015 12:45:21 -0400 Subject: [PATCH] no scrolling for mobile chat list --- less/mobile.less | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/less/mobile.less b/less/mobile.less index 2269d33..06dc6ba 100644 --- a/less/mobile.less +++ b/less/mobile.less @@ -40,14 +40,18 @@ text-decoration: underline; } - .chat-list li { - width: auto; + .chat-list { + max-height: 100%; - a { - color: white; + li { + width: auto; - i { - left: 42px; + a { + color: white; + + i { + left: 42px; + } } } }