mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2024-11-08 17:39:09 +00:00
Reduce emoji size and expand on hover
This commit is contained in:
parent
2258174a00
commit
1189607f2e
1 changed files with 6 additions and 2 deletions
|
@ -6,8 +6,12 @@
|
|||
|
||||
.emoji {
|
||||
--_still_image-label-scale: 0.5;
|
||||
--emoji-size: 50px;
|
||||
--emoji-size: 50px;
|
||||
--emoji-size: 38px;
|
||||
}
|
||||
|
||||
.emoji:hover {
|
||||
transform: scale(1.4);
|
||||
transition: 0.05s;
|
||||
}
|
||||
|
||||
._mfm_x2_ {
|
||||
|
|
Loading…
Reference in a new issue