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

Commit

Permalink
Update the avatar mask so it doesn’t cut off spaces’ avatars anymore (#…
Browse files Browse the repository at this point in the history
…8849)

* Update the avatar mask so it doesn’t cut off spaces’ avatars anymore
* Remove unused mask
* Remove unused class
  • Loading branch information
justjanne authored Jun 15, 2022
1 parent 5096e7b commit 9333e60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
7 changes: 0 additions & 7 deletions res/css/structures/_UserMenu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
5 changes: 3 additions & 2 deletions res/img/element-icons/roomlist/decorated-avatar-mask.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions res/img/element-icons/roomlist/dnd-avatar-mask.svg

This file was deleted.

0 comments on commit 9333e60

Please sign in to comment.