mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-02-02 13:17:57 +01:00
playground(app): update layout
This commit is contained in:
@@ -71,10 +71,10 @@ defineShortcuts({
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<UApp :toaster="appConfig.toaster">
|
<UApp :toaster="appConfig.toaster">
|
||||||
<div class="min-h-screen w-screen overflow-hidden flex flex-col items-center justify-center overflow-y-auto bg-white dark:bg-gray-900" vaul-drawer-wrapper>
|
<div class="h-screen w-screen overflow-hidden flex min-h-0 bg-white dark:bg-gray-900" vaul-drawer-wrapper>
|
||||||
<UNavigationMenu :items="items" class="border-b border-gray-200 dark:border-gray-800 overflow-x-auto px-2" />
|
<UNavigationMenu :items="items" orientation="vertical" class="border-r border-gray-200 dark:border-gray-800 overflow-y-auto w-48 p-4" />
|
||||||
|
|
||||||
<div class="flex-1 flex flex-col items-center justify-center w-full py-12 px-4">
|
<div class="flex-1 flex flex-col items-center justify-center overflow-y-auto w-full py-12 px-4">
|
||||||
<NuxtPage />
|
<NuxtPage />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user