calendar link and typed link

This commit is contained in:
Julian Krauser 2024-12-05 16:37:10 +01:00
parent e9a3e0c872
commit bf3e0cd245
10 changed files with 236 additions and 5 deletions

View file

@ -1,6 +1,6 @@
<template>
<div class="w-full h-full flex flex-row gap-4">
<div class="max-w-full flex grow gap-4 md:flex-row flex-col">
<div class="max-w-full flex grow gap-4 flex-col">
<slot name="main"></slot>
</div>
</div>