@visualizevalue/mint-app-base 0.1.72 → 0.1.74
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -65,7 +65,7 @@ const formattedPrice = computed(() => props.mint && customFormatEther(props.mint
|
|
|
65
65
|
}
|
|
66
66
|
|
|
67
67
|
@container (min-width: 24rem) {
|
|
68
|
-
grid-template-columns: 6rem 3rem 1fr 1fr 2rem;
|
|
68
|
+
grid-template-columns: max(6rem, 40%) 3rem 1fr 1fr 2rem;
|
|
69
69
|
gap: var(--spacer);
|
|
70
70
|
|
|
71
71
|
.account {
|
package/locales/en.json
CHANGED
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"mint_timeline": "Mint Timeline",
|
|
78
78
|
"artist_mint": "Artist Mint",
|
|
79
79
|
"load_more": "Load more",
|
|
80
|
-
"blocks_ago": "
|
|
80
|
+
"blocks_ago": "just now | one block ago | {blocks} blocks ago",
|
|
81
81
|
"loading_mint_history": "Loading Mint History...",
|
|
82
82
|
"view": "View"
|
|
83
83
|
},
|