force width

This commit is contained in:
FloatingGhost 2022-06-08 12:44:52 +01:00 committed by Zero
parent 3cc6a0b252
commit e1785d2d91
1 changed files with 2 additions and 1 deletions

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 {