Skip to content

Commit

Permalink
Merge pull request #87 from Minn-Choi/feature/#6
Browse files Browse the repository at this point in the history
Feature/#6
  • Loading branch information
Minn-Choi authored Dec 5, 2024
2 parents 106686d + 73c110f commit 8ce9d94
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
10 changes: 9 additions & 1 deletion src/components/common/feed/FriendGoal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</div>
</div>
<div v-else>
<p>ν‘œμ‹œν•  λͺ©ν‘œκ°€ μ—†μŠ΅λ‹ˆλ‹€.</p>
<p class="no">μΉœκ΅¬λ“€μ˜ λͺ©ν‘œκ°€ μ—†μŠ΅λ‹ˆλ‹€πŸ˜’</p>
</div>
</template>

Expand Down Expand Up @@ -222,6 +222,14 @@ export default {
gap: 5px;
margin-bottom: 5px;
}
.no{
font-family: 'NaR';
width:100%;
text-align: center;
font-size: 14px;
color: rgba(107, 105, 105, 0.612);
margin-top: 10px;
}
.comment {
display: flex;
Expand Down
3 changes: 2 additions & 1 deletion src/components/common/feed/MyGoal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,8 @@ export default {
width:100%;
text-align: center;
font-size: 14px;
color: rgba(107, 105, 105, 0.612)
color: rgba(107, 105, 105, 0.612);
margin-bottom: 10px;
}
.comment-input select:focus {
outline: none;
Expand Down

0 comments on commit 8ce9d94

Please sign in to comment.