mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
hide resize handles next to collaped/empty sublists
This commit is contained in:
parent
e4276d9378
commit
7c64d9637e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user