We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78c398a commit 84afad6Copy full SHA for 84afad6
src/renderer/components/ft-community-post/ft-community-post.scss
@@ -81,6 +81,8 @@
81
.likeCount {
82
margin-inline-start: 5px;
83
margin-inline-end: 6px;
84
+ display: flex;
85
+ gap: 3px;
86
}
87
88
src/renderer/components/ft-community-post/ft-community-post.vue
@@ -116,10 +116,10 @@
116
<div
117
class="bottomSection"
118
>
119
- <span class="likeCount"><font-awesome-icon
+ <div class="likeCount"><font-awesome-icon
120
class="thumbs-up-icon"
121
:icon="['fas', 'thumbs-up']"
122
- /> {{ voteCount }}</span>
+ /> {{ voteCount }}</div>
123
<span class="commentCount">
124
<font-awesome-icon
125
class="comment-count-icon"
0 commit comments