Update the avatar mask so it doesn’t cut off spaces’ avatars anymore (#8849)

* Update the avatar mask so it doesn’t cut off spaces’ avatars anymore
* Remove unused mask
* Remove unused class
This commit is contained in:
Janne Mareike Koschinski 2022-06-15 16:32:25 +02:00 committed by GitHub
parent 5096e7b992
commit 9333e609b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 12 deletions

View file

@ -39,13 +39,6 @@ limitations under the License.
margin-left: 10px;
}
.mx_UserMenu_cutout .mx_BaseAvatar {
mask-image: url('$(res)/img/element-icons/roomlist/dnd-avatar-mask.svg');
mask-position: center;
mask-size: contain;
mask-repeat: no-repeat;
}
.mx_UserMenu_dndBadge {
position: absolute;
bottom: -2px;