-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ブックマークが無いときの表示を変更 #3335
ブックマークが無いときの表示を変更 #3335
Conversation
@kaiyu-tech |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Ichiyo14
動作確認しました!
一点、コメントしました。ご確認お願いします🙏
app/javascript/bookmarks.vue
Outdated
.o-empty-message__icon | ||
i.far.fa-sad-tear | ||
p.o-empty-message__text | ||
| ブックマークしているものはありません。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
以下のコードの部分のインデントが間違っているために、o-empty-message__text
に対してo-empty-message__icon
のスタイルが当たってしまっているようです。
.o-empty-message__icon | |
i.far.fa-sad-tear | |
p.o-empty-message__text | |
| ブックマークしているものはありません。 | |
.o-empty-message__icon | |
i.far.fa-sad-tear | |
p.o-empty-message__text | |
| ブックマークしているものはありません。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
slimで記述をするときにはインデントが重要なんですね!
理解できました😊
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
はい、そのようですね!
私も知りませんでした😁
@kaiyu-tech |
@Ichiyo14 |
@kaiyu-tech @komagata |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
確認しました、OKですー🙆♂️
ref #3023
ブックマークが0件のときの表示を設定する。
#3307 に習い泣き顔を表示する。
修正前
## 修正後