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 14:32:25 +00:00
committed by GitHub
parent 5096e7b992
commit 9333e609b0
3 changed files with 3 additions and 12 deletions
-7
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;