Add way to join room address via new search dialog (#7830)
This commit is contained in:
parent
c19aa957b6
commit
07d5b4139d
3 changed files with 38 additions and 0 deletions
|
@ -174,6 +174,7 @@ limitations under the License.
|
|||
|
||||
.mx_SpotlightDialog_otherSearches {
|
||||
.mx_SpotlightDialog_startChat,
|
||||
.mx_SpotlightDialog_joinRoomAlias,
|
||||
.mx_SpotlightDialog_explorePublicRooms {
|
||||
padding-left: 32px;
|
||||
position: relative;
|
||||
|
@ -197,6 +198,10 @@ limitations under the License.
|
|||
mask-image: url('$(res)/img/element-icons/room/members.svg');
|
||||
}
|
||||
|
||||
.mx_SpotlightDialog_joinRoomAlias::before {
|
||||
mask-image: url('$(res)/img/element-icons/roomlist/hash-circle.svg');
|
||||
}
|
||||
|
||||
.mx_SpotlightDialog_explorePublicRooms::before {
|
||||
mask-image: url('$(res)/img/element-icons/roomlist/explore.svg');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue