mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-03 13:19:16 -05:00
fixed width recipe card skeleton
This commit is contained in:
@@ -11,9 +11,9 @@
|
|||||||
</h6>
|
</h6>
|
||||||
|
|
||||||
<b-card-text>
|
<b-card-text>
|
||||||
<b-skeleton height="12px" :width="(45 + Math.random() * 45).toString() + '%'"></b-skeleton>
|
<b-skeleton height="12px" width="65%"></b-skeleton>
|
||||||
<b-skeleton height="12px" :width="(20 + Math.random() * 25).toString() + '%'"></b-skeleton>
|
<b-skeleton height="12px" width="45%"></b-skeleton>
|
||||||
<b-skeleton height="12px" :width="(30 + Math.random() * 35).toString() + '%'"></b-skeleton>
|
<b-skeleton height="12px" width="55%"></b-skeleton>
|
||||||
</b-card-text>
|
</b-card-text>
|
||||||
</b-card-body>
|
</b-card-body>
|
||||||
</b-card>
|
</b-card>
|
||||||
|
|||||||
Reference in New Issue
Block a user