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