diff --git a/public/index.html b/public/index.html index 51a1ca0..ec7203e 100644 --- a/public/index.html +++ b/public/index.html @@ -22,6 +22,7 @@ } body{ overflow-x: hidden; + scrollbar-width: none; } .video-js .vjs-big-play-button { top: 0; @@ -36,9 +37,11 @@ ::-webkit-scrollbar { width: 0 !important; + display: none; } ::-webkit-scrollbar { width: 0 !important;height: 0; + display: none; } .video-youtube-202202 iframe{ diff --git a/src/assets/mobile/nft/button.png b/src/assets/mobile/nft/button.png new file mode 100644 index 0000000..1e1c631 Binary files /dev/null and b/src/assets/mobile/nft/button.png differ diff --git a/src/assets/mobile/nft/nft-bg.png b/src/assets/mobile/nft/nft-bg.png new file mode 100644 index 0000000..f594b0e Binary files /dev/null and b/src/assets/mobile/nft/nft-bg.png differ diff --git a/src/assets/mobile/nft/txt-bg.png b/src/assets/mobile/nft/txt-bg.png new file mode 100644 index 0000000..c43cc10 Binary files /dev/null and b/src/assets/mobile/nft/txt-bg.png differ diff --git a/src/components/nft/ChipSection.vue b/src/components/nft/ChipSection.vue index 9667163..bde3634 100644 --- a/src/components/nft/ChipSection.vue +++ b/src/components/nft/ChipSection.vue @@ -1,12 +1,12 @@