Skip to content

Commit

Permalink
💄 Adjust UI of edit bar
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraHuang22 committed Feb 7, 2024
1 parent 07e3a68 commit c589794
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 2 additions & 4 deletions components/IscnEditBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@
<div
:class="[
'flex',
'justify-end',
'justify-center',
'items-center',
'w-full',
'pt-[24px]',
'gap-[8px]',
'lg:pt-0',
]"
>
<div
Expand All @@ -22,6 +19,7 @@
<div class="h-[20px] w-[2px] bg-medium-gray" />
</div>
<Button
class="flex flex-shrink-0"
preset="tertiary"
:text="$t('NFTPortal.button.download.iscn')"
@click="handleClickDownload"
Expand Down
2 changes: 2 additions & 0 deletions pages/view/_iscnId/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,12 @@
'max-w-[960px]',
'mx-auto',
'px-[8px]',
'py-[24px]',
'lg:px-0',
]"
>
<IscnEditBar
class="ml-auto"
:is-iscn-owner="isIscnOwner"
:iscn-id="iscnId"
:is-show-mint-button="isShowMintButton"
Expand Down

0 comments on commit c589794

Please sign in to comment.