@visualizevalue/mint-app-base 0.1.60 → 0.1.61

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.
package/.env.example CHANGED
@@ -16,7 +16,7 @@ NUXT_PUBLIC_CREATOR_ADDRESS=0xc8f8e2F59Dd95fF67c3d39109ecA2e2A017D4c8a
16
16
  # =========================
17
17
  # SERVICES
18
18
  # =========================
19
- NUXT_PUBLIC_BLOCK_EXPLORER=https://etherscan.io
19
+ NUXT_PUBLIC_BLOCK_EXPLORER=https://sepolia.etherscan.io
20
20
  NUXT_PUBLIC_WALLET_CONNECT_PROJECT_ID=
21
21
  NUXT_PUBLIC_RPC1=
22
22
  NUXT_PUBLIC_RPC2=
@@ -22,8 +22,6 @@ const { image, animationUrl, name, description } = useCreateMintData()
22
22
 
23
23
  <style scoped>
24
24
  .mint-preview {
25
- position: sticky;
26
- top: var(--spacer);
27
25
  height: min-content;
28
26
  place-content: start center;
29
27
  border-radius: var(--card-border-radius);
@@ -31,6 +29,11 @@ const { image, animationUrl, name, description } = useCreateMintData()
31
29
  grid-template-columns: 20% 1fr;
32
30
  gap: var(--spacer);
33
31
 
32
+ @media (--md) {
33
+ position: sticky;
34
+ top: var(--spacer);
35
+ }
36
+
34
37
  > * {
35
38
  grid-column: span 2;
36
39
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visualizevalue/mint-app-base",
3
- "version": "0.1.60",
3
+ "version": "0.1.61",
4
4
  "type": "module",
5
5
  "main": "./nuxt.config.ts",
6
6
  "dependencies": {