Fix image in AvatarLightbox for Note to Self

This commit is contained in:
Fedor Indutny
2024-08-05 11:46:15 -07:00
committed by GitHub
parent 620392e687
commit 1a87989f94
4 changed files with 33 additions and 7 deletions
@@ -48,6 +48,13 @@
width: 100%;
}
&__note_to_self {
-webkit-mask: url('../images/icons/v3/note/note.svg') no-repeat center;
-webkit-mask-size: 70%;
height: 100%;
width: 100%;
}
&__upload {
align-items: center;
background: $color-gray-02;