Tweak room list header menu for when space is active (#7577)

* Remove start chat entry from space-variant room list header + menu

* Add options to the RoomListHeader plus menu

* Tweak behaviour of room list header + menu space variant explore action
This commit is contained in:
Michael Telatynski 2022-01-25 20:21:38 +00:00 committed by GitHub
parent 51a44f491e
commit 04f8228741
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 38 additions and 14 deletions

View file

@ -109,3 +109,6 @@ limitations under the License.
.mx_RoomListHeader_iconExplore::before {
mask-image: url('$(res)/img/element-icons/roomlist/hash-search.svg');
}
.mx_RoomListHeader_iconPlus::before {
mask-image: url('$(res)/img/element-icons/plus.svg');
}