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 {
display: flex;
margin-right: 5px;
> :first-child {
padding: 10px;

View file

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

View file

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