Scale when hover emoji images
This commit is contained in:
parent
120dfe7042
commit
b08cc0eaea
2 changed files with 13 additions and 0 deletions
|
@ -1287,6 +1287,12 @@ body > [data-popper-placement] {
|
|||
.emoji {
|
||||
display: block;
|
||||
height: 16px;
|
||||
transition: transform .2s ease;
|
||||
|
||||
&:hover {
|
||||
transform: scale(1.4);
|
||||
}
|
||||
|
||||
img {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
|
|
|
@ -92,6 +92,13 @@
|
|||
vertical-align: super;
|
||||
}
|
||||
|
||||
.emojione {
|
||||
transition: transform .2s ease;
|
||||
|
||||
&:hover {
|
||||
transform: scale(1.2);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.status__content__text {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue