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 @@