From dc4459083f9d8533f17383bb6747866ca6aad369 Mon Sep 17 00:00:00 2001 From: wmwragg Date: Fri, 26 Aug 2016 16:22:59 +0100 Subject: [PATCH] Fixed the LHS panel not collapsing but most of the content doing so --- src/skins/vector/css/vector-web/structures/RoomSubList.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/skins/vector/css/vector-web/structures/RoomSubList.css b/src/skins/vector/css/vector-web/structures/RoomSubList.css index 0751921da8..27467fb0d7 100644 --- a/src/skins/vector/css/vector-web/structures/RoomSubList.css +++ b/src/skins/vector/css/vector-web/structures/RoomSubList.css @@ -54,6 +54,10 @@ limitations under the License. width: 28px; /* collapsed LHS Panel width */ } +.collapsed .mx_RoomSubList_labelContainer { + width: 28px; /* collapsed LHS Panel width */ +} + .mx_RoomSubList_roomCount { display: inline-block; font-size: 12px;