mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-19 23:30:51 +01:00
add desktop
This commit is contained in:
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user