Skip to content

Commit

Permalink
Fix like icon being on a different line from the text on smaller scre…
Browse files Browse the repository at this point in the history
…en widths
  • Loading branch information
kommunarr committed Jan 31, 2024
1 parent e7605ef commit 45c135b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@

.likeCount {
margin-inline-end: 0;
display: flex;
gap: 3px;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@
<div
class="likeSection"
>
<div>
<span class="likeCount"><font-awesome-icon :icon="['fas', 'thumbs-up']" /> {{ parsedLikeCount }}</span>
</div>
<span class="likeCount"><font-awesome-icon :icon="['fas', 'thumbs-up']" /> {{ parsedLikeCount }}</span>
</div>
</div>
<!--
Expand Down

0 comments on commit 45c135b

Please sign in to comment.