浏览代码

sfondo flipbook rimosso

Sviluppo_Carrello_Immagini
Lorenzo Pollutri 1 个月前
父节点
当前提交
0afd9fb844
共有 1 个文件被更改,包括 0 次插入7 次删除
  1. +0
    -7
      components/PublicGrid.tsx

+ 0
- 7
components/PublicGrid.tsx 查看文件

@@ -519,19 +519,12 @@ function FlipBook({ pages, onClose }: { pages: string[]; onClose: () => void })
aria-label="Chiudi"
>✕</button>

{/* Container background shows through when on cover/back pages.
The page-flip canvas was patched (lib/page-flip/index.js) to clear
transparently instead of filling white, so this gradient is visible
on the empty half of the spread. */}
<div
ref={containerRef}
style={{
width: 'min(95vw, 1400px)',
height: 'min(85vh, 900px)',
background: 'linear-gradient(135deg, #4a3826 0%, #2e2114 55%, #1a1108 100%)',
boxShadow: 'inset 0 0 80px rgba(0,0,0,0.55)',
}}
className="shadow-2xl"
/>

<button


正在加载...
取消
保存