Justyn97 commited on
Commit
b33d3d3
·
verified ·
1 Parent(s): 4ed1b1c

Update src/app/interface/zoom/index.tsx

Browse files
Files changed (1) hide show
  1. src/app/interface/zoom/index.tsx +1 -1
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 bottom-8 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
  )}>
 
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
  )}>