From 6603fc3cbc1990ca50329b59e50d39f7f4c3b87f Mon Sep 17 00:00:00 2001 From: Gijsbert Date: Mon, 7 Aug 2023 08:49:15 +0200 Subject: [PATCH] Make gallary images clickable (#411) --- frontend/views/partials/Gallery.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/views/partials/Gallery.vue b/frontend/views/partials/Gallery.vue index 576d0cf..6813827 100644 --- a/frontend/views/partials/Gallery.vue +++ b/frontend/views/partials/Gallery.vue @@ -80,6 +80,7 @@ export default { .sidebox img { padding: 5px 0 5px 0; + cursor: pointer; }