mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
stickers: implemented click-adding
This commit is contained in:
parent
93e05b7efe
commit
4ea56aa43c
4 changed files with 60 additions and 43 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue