forked from AkkomaGang/akkoma-fe
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 {
|
.emoji {
|
||||||
--_still_image-label-scale: 0.5;
|
--_still_image-label-scale: 0.5;
|
||||||
--emoji-size: 50px;
|
--emoji-size: 38px;
|
||||||
--emoji-size: 50px;
|
}
|
||||||
|
|
||||||
|
.emoji:hover {
|
||||||
|
transform: scale(1.4);
|
||||||
|
transition: 0.05s;
|
||||||
}
|
}
|
||||||
|
|
||||||
._mfm_x2_ {
|
._mfm_x2_ {
|
||||||
|
|
Loading…
Reference in a new issue