Better CSS for reacts

This commit is contained in:
Zero 2022-12-01 15:26:04 -05:00
parent a6a5f03966
commit 8d3d8de7a3
1 changed files with 3 additions and 7 deletions

View File

@ -18,8 +18,8 @@
<img
:src="reaction.url"
:title="reaction.name"
class="reaction-emoji"
width="2.55em"
class="emoji"
height="32px"
>
{{ reaction.count }}
</span>
@ -53,7 +53,7 @@
}
.unicode-emoji {
font-size: 210%;
font-size: 185%;
}
.emoji-reaction {
@ -64,10 +64,6 @@
align-items: center;
justify-content: center;
box-sizing: border-box;
.reaction-emoji {
width: 2.55em !important;
margin-right: 0.25em;
}
&:focus {
outline: none;
}