Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 9333e60

Browse files
authored
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
1 parent 5096e7b commit 9333e60

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

res/css/structures/_UserMenu.scss

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,6 @@ limitations under the License.
3939
margin-left: 10px;
4040
}
4141

42-
.mx_UserMenu_cutout .mx_BaseAvatar {
43-
mask-image: url('$(res)/img/element-icons/roomlist/dnd-avatar-mask.svg');
44-
mask-position: center;
45-
mask-size: contain;
46-
mask-repeat: no-repeat;
47-
}
48-
4942
.mx_UserMenu_dndBadge {
5043
position: absolute;
5144
bottom: -2px;
Lines changed: 3 additions & 2 deletions
Loading

res/img/element-icons/roomlist/dnd-avatar-mask.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)