Spaces:
Running
Running
ui stuffs
Browse files
src/components/preview/preview.tsx
CHANGED
@@ -58,7 +58,7 @@ function Preview({
|
|
58 |
"w-full select-none transition-all duration-200",
|
59 |
{
|
60 |
"pointer-events-none": isResizing || isAiWorking,
|
61 |
-
"max-w-md mx-auto h-[80dvh] rounded-[
|
62 |
device === "mobile",
|
63 |
"h-full": device === "desktop",
|
64 |
}
|
|
|
58 |
"w-full select-none transition-all duration-200",
|
59 |
{
|
60 |
"pointer-events-none": isResizing || isAiWorking,
|
61 |
+
"max-w-md mx-auto h-[80dvh] rounded-[64px] border-[8px] border-black shadow-2xl":
|
62 |
device === "mobile",
|
63 |
"h-full": device === "desktop",
|
64 |
}
|