Skip to content

Commit

Permalink
fix: skeleton card variant size
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-anderson-x committed May 17, 2023
1 parent 0ea86c3 commit c387729
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions libs/ui/src/components/NeoNftCard/NeoNftCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,18 @@
<NeoSkeleton :rounded="false" full-size no-margin />
</div>
</div>
<div :class="`nft-media-info__${variant}`">
<div :class="`nft-media-info nft-media-info__${variant}`">
<NeoSkeleton size="medium" no-margin />
<NeoSkeleton size="small" no-margin width="100px" />
<div v-if="variant !== 'minimal'" class="is-flex mt-2">
<NeoSkeleton
size="small"
position="centered"
no-margin
width="150px" />
</div>
<div class="is-flex mt-4">
<NeoSkeleton size="small" no-margin width="100px" />
</div>
</div>
</template>
</div>
Expand Down

0 comments on commit c387729

Please sign in to comment.