hide resize handles next to collaped/empty sublists

pull/21833/head
Bruno Windels 2018-10-19 18:18:45 +02:00
parent e4276d9378
commit 7c64d9637e
1 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,11 @@ limitations under the License.
flex-direction: column; 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 { .mx_RoomList_expandButton {
margin-left: 8px; margin-left: 8px;
cursor: pointer; cursor: pointer;