forked from AkkomaGang/akkoma-fe
force width
This commit is contained in:
parent
3a1d6a1970
commit
c65895b328
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue