Spaces:
Running
Running
ui stuffs
Browse files
components/editor/preview/index.tsx
CHANGED
@@ -150,7 +150,7 @@ export const Preview = ({
|
|
150 |
"w-full select-none transition-all duration-200 bg-black h-full",
|
151 |
{
|
152 |
"pointer-events-none": isResizing || isAiWorking,
|
153 |
-
"lg:max-w-md lg:mx-auto lg:!rounded-[42px] lg:border-[8px] lg:border-neutral-700 lg:shadow-2xl lg:h-[
|
154 |
device === "mobile",
|
155 |
"lg:border-[8px] lg:border-neutral-700 lg:shadow-2xl lg:rounded-[24px]":
|
156 |
currentTab !== "preview" && device === "desktop",
|
|
|
150 |
"w-full select-none transition-all duration-200 bg-black h-full",
|
151 |
{
|
152 |
"pointer-events-none": isResizing || isAiWorking,
|
153 |
+
"lg:max-w-md lg:mx-auto lg:!rounded-[42px] lg:border-[8px] lg:border-neutral-700 lg:shadow-2xl lg:h-[80dvh] lg:max-h-[996px]":
|
154 |
device === "mobile",
|
155 |
"lg:border-[8px] lg:border-neutral-700 lg:shadow-2xl lg:rounded-[24px]":
|
156 |
currentTab !== "preview" && device === "desktop",
|