Skip to content

Commit

Permalink
Merge pull request #130 from art-by-city/119-follow-button-formatting…
Browse files Browse the repository at this point in the history
…-when-loading

Adds margin to curate button under avatar and cols sizing on LG+ brea…
  • Loading branch information
jim-toth authored Mar 6, 2024
2 parents e6d7ee9 + de7bf5a commit cbdc689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/[profile]/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</template>
<template v-if="!pending && data && data.address">
<v-row class="justify-sm-start justify-center">
<v-col cols="6" sm="3" xxl="2">
<v-col cols="6" sm="3" lg="2" xxl="2">
<v-row class="mt-4" justify="center">
<Avatar :address="data.address" />
</v-row>
Expand All @@ -15,7 +15,7 @@
</template>
<template v-else>
<!-- <TipButton :address="data.address" /> -->
<CollaborateMenu :address="data.address" class="mb-4" />
<CollaborateMenu :address="data.address" class="mb-4 mx-4" />
<!-- <CurateMenu :item="data.address" label="Follow" /> -->
<FollowButton
:address="data.address"
Expand Down

0 comments on commit cbdc689

Please sign in to comment.