From 7c64d9637e21336699ea0fe5cc2da8486ffe96bf Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Fri, 19 Oct 2018 18:18:45 +0200 Subject: [PATCH] hide resize handles next to collaped/empty sublists --- res/css/views/rooms/_RoomList.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/res/css/views/rooms/_RoomList.scss b/res/css/views/rooms/_RoomList.scss index 3ce47a4bc6..3cb5be1952 100644 --- a/res/css/views/rooms/_RoomList.scss +++ b/res/css/views/rooms/_RoomList.scss @@ -23,6 +23,11 @@ limitations under the License. flex-direction: column; } +/* hide resize handles next to collapsed / empty sublists */ +.mx_RoomList .mx_RoomSubList:not(.mx_RoomSubList_nonEmpty) + .mx_ResizeHandle { + display: none; +} + .mx_RoomList_expandButton { margin-left: 8px; cursor: pointer;