mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 03:44:29 +03:00
NFT card refinements
This commit is contained in:
parent
9cddf73ad6
commit
67ec0318a2
@ -1629,6 +1629,7 @@ button.emoji-picker__category-button.active {
|
||||
font-size: 1.4rem;
|
||||
font-weight: 400;
|
||||
width: 100%;
|
||||
min-width: 440px;
|
||||
max-width: 512px;
|
||||
border: 1px solid var(--whitegrey);
|
||||
border-radius: 5px;
|
||||
|
@ -6,8 +6,8 @@
|
||||
</div>
|
||||
<div class="kg-nft-creator">
|
||||
Created by <span class="kg-nft-creator-name">{{this.payload.metadata.author_name}}</span>
|
||||
{{#if this.payload.metadata.author_name}}
|
||||
• {{this.payload.metadata.author_name}}
|
||||
{{#if this.payload.metadata.collection_name}}
|
||||
• {{this.payload.metadata.collection_name}}
|
||||
{{/if}}
|
||||
</div>
|
||||
{{#if this.payload.metadata.description}}
|
||||
|
Loading…
Reference in New Issue
Block a user