scale emoji on hover
This commit is contained in:
parent
83f45167b6
commit
4f88bb4ea1
1 changed files with 8 additions and 0 deletions
|
@ -705,6 +705,14 @@ $status-margin: 0.75em;
|
||||||
&.emoji {
|
&.emoji {
|
||||||
width: 32px;
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
|
transition: transform 200ms;
|
||||||
|
transform: scale(1);
|
||||||
|
z-index: 1;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
transform: scale(3);
|
||||||
|
z-index: 2;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue