Merge remote-tracking branch 'upstream/develop' into task/cleanup-replies

This commit is contained in:
Šimon Brandner 2021-07-17 08:26:28 +02:00
commit 75fc1299fb
No known key found for this signature in database
GPG key ID: CC823428E9B582FB
46 changed files with 1349 additions and 1563 deletions

View file

@ -198,8 +198,9 @@ $irc-line-height: $font-18px;
.mx_ReplyThread {
margin: 0;
.mx_SenderProfile {
order: unset;
max-width: unset;
width: unset;
max-width: var(--name-width);
background: transparent;
}

View file

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