force width

This commit is contained in:
FloatingGhost 2022-06-08 12:44:52 +01:00
parent 3a1d6a1970
commit c65895b328

View file

@ -17,6 +17,7 @@
<img
:src="reaction.url"
class="reaction-emoji"
width="2.55em"
>
{{ reaction.count }}
</span>
@ -58,7 +59,7 @@
justify-content: center;
box-sizing: border-box;
.reaction-emoji {
width: 2.55em;
width: 2.55em !important;
margin-right: 0.25em;
}
&:focus {