From ee04e3156238c7275a1e12913115ffa947158e7c Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Fri, 4 Jan 2019 15:23:13 +0000 Subject: [PATCH] update --- components/GalleryPage.vue | 6 +++++- components/GalleryThumbs.vue | 7 +++---- components/NavArrow.vue | 2 ++ 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/components/GalleryPage.vue b/components/GalleryPage.vue index 10df42b..30a067c 100644 --- a/components/GalleryPage.vue +++ b/components/GalleryPage.vue @@ -23,7 +23,7 @@ export default { components: { GalleryFeatured, GalleryThumbs, - GalleryImageViewer + GalleryImageViewer, }, props: { @@ -118,6 +118,10 @@ export default { overflow: hidden; } + .gallery__nav { + display: none; + } + .close-viewer { display: none; } diff --git a/components/GalleryThumbs.vue b/components/GalleryThumbs.vue index b422457..ab93900 100644 --- a/components/GalleryThumbs.vue +++ b/components/GalleryThumbs.vue @@ -5,7 +5,6 @@