diff --git a/src/components/Viewer.vue b/src/components/Viewer.vue index 0dbc6f43..a25cb566 100644 --- a/src/components/Viewer.vue +++ b/src/components/Viewer.vue @@ -645,5 +645,12 @@ export default class Viewer extends Mixins(GlobalMixin) { .pswp__icn-shadow { display: none; } + + // Hide arrows on mobile + @media (max-width: 768px) { + .pswp__button--arrow { + opacity: 0 !important; + } + } } \ No newline at end of file