mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-21 04:01:10 +10:00
almst complete admin ui and initial store designs
This commit is contained in:
@ -49,7 +49,7 @@
|
||||
</div>
|
||||
|
||||
<main class="lg:pl-20 min-h-screen bg-zinc-900 flex flex-col">
|
||||
<div class="flex flex-col grow px-4 py-10 sm:px-6 lg:px-8 lg:py-6">
|
||||
<div class="flex flex-col grow px-4 py-2 sm:py-10 sm:px-6 lg:px-8 lg:py-6">
|
||||
<!-- Main area -->
|
||||
<NuxtPage />
|
||||
</div>
|
||||
|
||||
@ -1,10 +1,10 @@
|
||||
<template>
|
||||
<content class="flex flex-col w-full min-h-screen bg-zinc-900">
|
||||
<UserHeader />
|
||||
<UserHeader class="z-50" />
|
||||
<div class="grow flex">
|
||||
<NuxtPage />
|
||||
</div>
|
||||
<UserFooter />
|
||||
<UserFooter class="z-50" />
|
||||
</content>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user