Adjust status button padding, add emoji hovering

This commit is contained in:
eris 2022-07-28 23:23:45 +00:00
parent 7eed382ea9
commit 18f817d73d
3 changed files with 8 additions and 2 deletions

View file

@ -36,6 +36,7 @@
.FavoriteButton { .FavoriteButton {
display: flex; display: flex;
margin-right: 5px;
> :first-child { > :first-child {
padding: 10px; padding: 10px;

View file

@ -24,6 +24,7 @@
.QuoteButton { .QuoteButton {
display: flex; display: flex;
margin-left: -5px;
> :first-child { > :first-child {
padding: 10px; padding: 10px;

View file

@ -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_ {