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