Merge branch 'develop' into resizable-call-view

This commit is contained in:
Šimon Brandner 2021-03-22 07:57:52 +01:00
commit 4bb279b632
No known key found for this signature in database
GPG key ID: 9760693FDD98A790
67 changed files with 447 additions and 271 deletions

View file

@ -189,6 +189,10 @@ limitations under the License.
mask-image: url('$(res)/img/element-icons/settings.svg');
}
.mx_RoomTile_iconInvite::before {
mask-image: url('$(res)/img/element-icons/room/invite.svg');
}
.mx_RoomTile_iconSignOut::before {
mask-image: url('$(res)/img/element-icons/leave.svg');
}