From 69899e37184a2b8457e8f40bb0e3207e1ac38860 Mon Sep 17 00:00:00 2001
From: Matthew Hodgson <matthew@matrix.org>
Date: Sun, 8 Nov 2015 11:44:13 +0000
Subject: [PATCH] position sublist chevron better when collapsed

---
 src/skins/vector/css/organisms/RoomSubList.css | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/skins/vector/css/organisms/RoomSubList.css b/src/skins/vector/css/organisms/RoomSubList.css
index 0580f574..b971f65c 100644
--- a/src/skins/vector/css/organisms/RoomSubList.css
+++ b/src/skins/vector/css/organisms/RoomSubList.css
@@ -33,4 +33,8 @@ limitations under the License.
 
 .mx_RoomSubList_chevron {
     padding-left: 5px;
-}
\ No newline at end of file
+}
+
+.collapsed .mx_RoomSubList_chevron  {
+    padding-left: 13px;
+}