From 464c0e819b625cb5f313d29235eddb36e91210fa Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Sat, 5 Nov 2022 17:37:36 -0700 Subject: [PATCH] Fix animation --- src/App.vue | 13 ------------- src/components/Viewer.vue | 27 ++++++++++++++++++++++++++- 2 files changed, 26 insertions(+), 14 deletions(-) diff --git a/src/App.vue b/src/App.vue index aeb97975..ca4105ae 100644 --- a/src/App.vue +++ b/src/App.vue @@ -297,19 +297,6 @@ body { } } -// PhotoSwipe styles -.pswp__button { - color: white; - - &, - * { - cursor: pointer; - } -} -.pswp__icn-shadow { - display: none; -} - // Hide horizontal scrollbar on mobile // For the padding removal above #app-content-vue { diff --git a/src/components/Viewer.vue b/src/components/Viewer.vue index facb1144..3bb9d7c7 100644 --- a/src/components/Viewer.vue +++ b/src/components/Viewer.vue @@ -1,5 +1,5 @@