From ca381fbe671930fbf1fc1f19e759ac17400c3952 Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Fri, 4 Jan 2019 16:18:45 +0000 Subject: [PATCH] update --- components/GalleryPage.vue | 4 ++++ components/GalleryThumbs.vue | 16 ++++++++++++++++ components/ThumbNav.vue | 27 +++++++++++++++++++++++++++ 3 files changed, 47 insertions(+) create mode 100644 components/ThumbNav.vue diff --git a/components/GalleryPage.vue b/components/GalleryPage.vue index 30a067c..24a7143 100644 --- a/components/GalleryPage.vue +++ b/components/GalleryPage.vue @@ -79,6 +79,10 @@ export default { left: 0; } + .gallery__featured { + width: 100vw; + } + .close-viewer { font-size: 10em; cursor: pointer; diff --git a/components/GalleryThumbs.vue b/components/GalleryThumbs.vue index ab93900..7cfe678 100644 --- a/components/GalleryThumbs.vue +++ b/components/GalleryThumbs.vue @@ -7,10 +7,13 @@ @@ -20,8 +23,11 @@ + +