Add threads ViewInRoom context button (#18955) (#6947)

This commit is contained in:
Dariusz Niemczyk 2021-10-18 14:09:01 +02:00 committed by GitHub
parent 2c66403b3c
commit 1d6c9fa8da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 31 additions and 1 deletions

View file

@ -81,4 +81,8 @@ limitations under the License.
.mx_MessageContextMenu_iconUnpin::before {
mask-image: url('$(res)/img/element-icons/room/pin.svg');
}
.mx_MessageContextMenu_iconViewInRoom::before {
mask-image: url('$(res)/img/element-icons/view-in-room.svg');
}
}