From 0e7def36bbdaab7623f075220e4c9a752512c322 Mon Sep 17 00:00:00 2001 From: Abdullah Almsaeed Date: Tue, 7 Apr 2015 21:05:43 -0400 Subject: [PATCH] Adjusted contacts pane position in direct chat --- build/less/direct-chat.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/less/direct-chat.less b/build/less/direct-chat.less index 89e2a191e..5db9bb7e8 100644 --- a/build/less/direct-chat.less +++ b/build/less/direct-chat.less @@ -103,7 +103,7 @@ } } .direct-chat-contacts { - .translate(100%, 0); + .translate(101%, 0); position: absolute; top: 0; bottom: 0;