made it kinda responsive

This commit is contained in:
2025-07-08 10:24:10 +02:00
parent f2f23c238d
commit ab3217df20
3 changed files with 5 additions and 7 deletions

View File

@@ -148,7 +148,7 @@ function dismissSchedule() {
</script>
<template>
<UCard class="flex w-64 h-full" :ui="{ body: 'w-full' }">
<UCard class="flex md:w-64 w-full h-full" :ui="{ body: 'w-full' }">
<UiTaskFormModal v-model:open="showTaskCreateModal" :input="taskFormModalInput" action="create"
@submnitted="addTask" />
<UiTaskFormModal v-model:open="showTaskEditModal" :input="taskFormModalInput" action="edit"
@@ -163,7 +163,7 @@ function dismissSchedule() {
</UModal>
<div class="flex flex-col h-full w-full gap-5" @dragenter="dismissSchedule">
<header class="flex flex-col gap-2">
<header class="flex-col gap-2 md:flex hidden">
<Title1>Calendar</Title1>
<UCalendar v-model="selectedDate" />
</header>
@@ -224,6 +224,3 @@ function dismissSchedule() {
</UCard>
</template>
<style scoped></style>
<style scoped></style>
<style scoped></style>
<style scoped></style>