add desktop

This commit is contained in:
2025-10-16 20:56:21 +02:00
parent 033c9135c6
commit a291619f63
27 changed files with 1755 additions and 124 deletions

View File

@ -1,6 +1,5 @@
<template>
<div class="">
<!-- class="" -->
<div class="flex flex-col w-full h-full overflow-hidden">
<UPageHeader
as="header"
:ui="{
@ -33,7 +32,7 @@
</template>
</UPageHeader>
<main class="overflow-scroll flex bg-elevated">
<main class="flex-1 overflow-hidden bg-elevated">
<NuxtPage />
</main>
</div>

View File

@ -1,5 +1,5 @@
<template>
<div class="bg-default isolate h-dvh">
<div class="bg-default isolate w-dvw h-dvh flex flex-col">
<slot />
</div>
</template>