Merge branch 'develop' into resizable-call-view

This commit is contained in:
Šimon Brandner
2021-03-22 07:57:52 +01:00
67 changed files with 447 additions and 271 deletions
+4
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');
}