From c285c909a61c0be014d7651a3edce6d534c357e9 Mon Sep 17 00:00:00 2001 From: maciejpedzich Date: Thu, 21 Jul 2022 11:32:54 +0200 Subject: [PATCH] Increase space between the calendar and screen --- components/snapshot/Calendar.vue | 2 +- pages/playlists/[playlistId]/snapshots/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/snapshot/Calendar.vue b/components/snapshot/Calendar.vue index 9cd08ac..d8d4e54 100644 --- a/components/snapshot/Calendar.vue +++ b/components/snapshot/Calendar.vue @@ -104,7 +104,7 @@ const isQueryMonth = (date: Date) => date.getMonth() === queryMonth.value;
-

+

Click on a highlighted date to show a snapshot captured that day.