Skip to content

Commit

Permalink
fix: ui style
Browse files Browse the repository at this point in the history
  • Loading branch information
kcwww committed Nov 16, 2024
1 parent f76d941 commit 1b61de9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.
8 changes: 0 additions & 8 deletions app/(protected)/make/_components/DecoDrawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ import { ArrowLeftRight } from 'lucide-react';

import {
Drawer,
DrawerClose,
DrawerContent,
DrawerDescription,
DrawerFooter,
DrawerHeader,
DrawerTitle,
DrawerTrigger,
Expand Down Expand Up @@ -86,12 +84,6 @@ const DecoDrawer = ({ step, userData }: { step: number; userData: User }) => {
/>
))}
</div>

<DrawerFooter>
<DrawerClose className="mb-8 transform rounded-lg bg-gray-200 p-2 px-8 transition duration-200 hover:bg-gray-300">
닫기
</DrawerClose>
</DrawerFooter>
</DrawerContent>
</Drawer>
);
Expand Down
8 changes: 0 additions & 8 deletions app/(public)/visit/_components/_make/DecoDrawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ import { ArrowLeftRight } from 'lucide-react';

import {
Drawer,
DrawerClose,
DrawerContent,
DrawerDescription,
DrawerFooter,
DrawerHeader,
DrawerTitle,
DrawerTrigger,
Expand Down Expand Up @@ -78,12 +76,6 @@ const DecoDrawer = ({
<DecorationSelect key={index} path={deco} />
))}
</div>

<DrawerFooter className="mb-10">
<DrawerClose className="transform rounded-lg bg-gray-200 p-2 px-8 transition duration-200 hover:bg-gray-300">
닫기
</DrawerClose>
</DrawerFooter>
</DrawerContent>
</Drawer>
);
Expand Down
2 changes: 1 addition & 1 deletion app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ html::-webkit-scrollbar {
}

.ui-section {
@apply pointer-events-none relative flex h-dvh w-full flex-col items-center justify-between overflow-hidden px-10 pb-20 pt-10;
@apply pointer-events-none relative flex h-svh w-full flex-col items-center justify-between overflow-hidden px-10 pb-10 pt-10;
z-index: 1;
}

Expand Down

0 comments on commit 1b61de9

Please sign in to comment.