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
|
<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 {
|
||||||
|
|
Loading…
Reference in a new issue