mirror of
https://github.com/maciejpedzich/spotifyplaylistarchive.com.git
synced 2024-11-09 15:03:02 +01:00
Increase space between the calendar and screen
This commit is contained in:
parent
f70980c87b
commit
c285c909a6
@ -104,7 +104,7 @@ const isQueryMonth = (date: Date) => date.getMonth() === queryMonth.value;
|
||||
<Datepicker
|
||||
v-show="!(loadingCalendarEntries || calendarEntriesLoadError)"
|
||||
v-model="displayDate"
|
||||
class="md:p-0 p-2"
|
||||
class="md:px-0 px-4"
|
||||
:min-date="minDate"
|
||||
:max-date="now"
|
||||
:allowed-dates="allowedDates"
|
||||
|
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="md:text-lg text-base">
|
||||
<p class="mt-0 mb-4 text-center">
|
||||
<p class="mt-0 mb-4 mx-3 text-center">
|
||||
Click on a highlighted date to show a snapshot captured that day.
|
||||
</p>
|
||||
<ClientOnly>
|
||||
|
Loading…
Reference in New Issue
Block a user