directory list context menu
This commit is contained in:
@@ -20,7 +20,7 @@ const breadcrumbs = computed(() => getBreadcrumbs(route.path));
|
||||
<template>
|
||||
<SidebarProvider>
|
||||
<AppSidebar />
|
||||
<main class="w-full grow">
|
||||
<main class="w-full grow overflow-hidden flex flex-col">
|
||||
<header
|
||||
class="h-16 flex items-center gap-2 transition-[width,height] ease-linear group-has-[[data-collapsible=icon]]/sidebar-wrapper:h-12"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user