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:
parent
5096e7b992
commit
9333e609b0
3 changed files with 3 additions and 12 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue