forked from AkkomaGang/akkoma-fe
Adjust status button padding, add emoji hovering
This commit is contained in:
parent
7eed382ea9
commit
18f817d73d
3 changed files with 8 additions and 2 deletions
|
@ -36,6 +36,7 @@
|
|||
|
||||
.FavoriteButton {
|
||||
display: flex;
|
||||
margin-right: 5px;
|
||||
|
||||
> :first-child {
|
||||
padding: 10px;
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
|
||||
.QuoteButton {
|
||||
display: flex;
|
||||
margin-left: -5px;
|
||||
|
||||
> :first-child {
|
||||
padding: 10px;
|
||||
|
|
|
@ -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