Spaces:
Sleeping
Sleeping
Update src/app/interface/zoom/index.tsx
Browse files
src/app/interface/zoom/index.tsx
CHANGED
|
@@ -11,7 +11,7 @@ export function Zoom() {
|
|
| 11 |
<div className={cn(
|
| 12 |
`print:hidden`,
|
| 13 |
// `fixed flex items-center justify-center bottom-8 top-32 right-8 z-10 h-screen`,
|
| 14 |
-
`fixed flex flex-col items-center
|
| 15 |
`animation-all duration-300 ease-in-out`,
|
| 16 |
isGeneratingStory ? `scale-0 opacity-0` : ``,
|
| 17 |
)}>
|
|
|
|
| 11 |
<div className={cn(
|
| 12 |
`print:hidden`,
|
| 13 |
// `fixed flex items-center justify-center bottom-8 top-32 right-8 z-10 h-screen`,
|
| 14 |
+
`fixed flex flex-col items-center top-28 right-2 md:top-20 md:right-6 z-10`,
|
| 15 |
`animation-all duration-300 ease-in-out`,
|
| 16 |
isGeneratingStory ? `scale-0 opacity-0` : ``,
|
| 17 |
)}>
|