Refactored jump today button

This commit is contained in:
Alexis
2024-04-03 20:49:12 +02:00
parent 253a548f7d
commit 8e68a2f44b
4 changed files with 50 additions and 39 deletions

View File

@@ -44,7 +44,7 @@ const isDefaultDate = computed(() => {
v-if="eventsForTheDay.length > 0"
class="absolute top-12 bottom-2 inset-x-2 grid auto-rows-min gap-1"
:class="{
'opacity-50': props.faded
'opacity-40': props.faded
}"
>
<li v-for="event in eventsForTheDay" :key="event.title" class="grid">