Fix for #46
This commit is contained in:
@@ -248,15 +248,16 @@ const footerLinks = computed(() => [
|
|||||||
<div class="flex-1"/>
|
<div class="flex-1"/>
|
||||||
|
|
||||||
<template #footer>
|
<template #footer>
|
||||||
<div class="flex flex-col gap-3 w-full">
|
|
||||||
|
|
||||||
<UColorModeButton/>
|
<div class="flex flex-col gap-3">
|
||||||
<LabelPrinterButton/>
|
|
||||||
|
|
||||||
<UDashboardSidebarLinks :links="footerLinks"/>
|
<UColorModeToggle class="ml-3"/>
|
||||||
|
<LabelPrinterButton class="w-full"/>
|
||||||
|
|
||||||
<UDivider class="sticky bottom-0"/>
|
<UDashboardSidebarLinks :links="footerLinks" class="w-full"/>
|
||||||
<UserDropdown style="margin-bottom: env(safe-area-inset-bottom, 10px) !important;"/>
|
|
||||||
|
<UDivider class="sticky bottom-0 w-full"/>
|
||||||
|
<UserDropdown style="margin-bottom: env(safe-area-inset-bottom, 10px) !important;" class="w-full"/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</UDashboardSidebar>
|
</UDashboardSidebar>
|
||||||
|
|||||||
Reference in New Issue
Block a user