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 {
|
.FavoriteButton {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
margin-right: 5px;
|
||||||
|
|
||||||
> :first-child {
|
> :first-child {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
|
|
||||||
.QuoteButton {
|
.QuoteButton {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
margin-left: -5px;
|
||||||
|
|
||||||
> :first-child {
|
> :first-child {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|
|
@ -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