Adjust spacing between calendar dates

This commit is contained in:
Maciej Pędzich 2023-01-22 20:44:59 +01:00
parent bf196cf81f
commit 387ccba10f

View File

@ -100,6 +100,7 @@ onMounted(loadSnapshots);
</div>
</div>
<Datepicker
class="mb-6"
v-show="!(loadingSnapshots || errorOccurred)"
:min-date="minDate"
:max-date="maxDate"
@ -165,7 +166,7 @@ onMounted(loadSnapshots);
}
:deep(div.dp__cell_inner) {
@apply md:mx-2 md:my-1.5 mx-1.5 my-1 p-0 hover:bg-transparent hover:text-inherit;
@apply md:mx-2 mx-1.5 my-2 p-0 hover:bg-transparent hover:text-inherit;
}
:deep(div.dp__cell_inner > a) {