Big commit
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 37s

This commit is contained in:
2026-04-13 01:27:19 +02:00
parent 9748de4286
commit 6953b20b2c
29 changed files with 488 additions and 42 deletions

View File

@@ -0,0 +1,10 @@
<template>
<div style="display: flex; gap: 1rem; max-height: calc(100vh - 130px);">
<div style="flex: 4; overflow-y: auto; text-align: center;">
<slot name="left" />
</div>
<div style="flex: 2; overflow-y: auto; margin-left: 25px;">
<slot name="right" />
</div>
</div>
</template>