mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 15:45:58 +09:00
[Client] カスタム絵文字にホバーしたときに拡大するエフェクトを追加
This commit is contained in:
parent
0047920c1a
commit
0c98a90b75
@ -73,5 +73,9 @@ export default Vue.extend({
|
|||||||
&.custom
|
&.custom
|
||||||
height 2.5em
|
height 2.5em
|
||||||
vertical-align middle
|
vertical-align middle
|
||||||
|
transition transform 0.2s ease
|
||||||
|
|
||||||
|
&:hover
|
||||||
|
transform scale(1.2)
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user