Skip to content

Commit

Permalink
fixed width recipe card skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
vabene1111 committed Oct 7, 2023
1 parent 221c466 commit 4e8c955
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vue/src/components/RecipeCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
</h6>

<b-card-text>
<b-skeleton height="12px" :width="(45 + Math.random() * 45).toString() + '%'"></b-skeleton>
<b-skeleton height="12px" :width="(20 + Math.random() * 25).toString() + '%'"></b-skeleton>
<b-skeleton height="12px" :width="(30 + Math.random() * 35).toString() + '%'"></b-skeleton>
<b-skeleton height="12px" width="65%"></b-skeleton>
<b-skeleton height="12px" width="45%"></b-skeleton>
<b-skeleton height="12px" width="55%"></b-skeleton>
</b-card-text>
</b-card-body>
</b-card>
Expand Down

0 comments on commit 4e8c955

Please sign in to comment.