mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 09:13:09 +02:00
[Client] カスタム絵文字にホバーしたときに拡大するエフェクトを追加
This commit is contained in:
parent
0047920c1a
commit
0c98a90b75
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue