stickers: implemented click-adding

This commit is contained in:
muerwre 2018-12-03 18:24:58 +07:00
parent 93e05b7efe
commit 4ea56aa43c
4 changed files with 60 additions and 43 deletions

View file

@ -72,6 +72,16 @@
position: relative;
z-index: 0;
}
.sticker-image {
width: 64px;
height: 64px;
left: -8px;
top: -8px;
position: relative;
z-index: 0;
background-size: cover;
}
}
.sticker-arrow {