瀏覽代碼

spaziatura flipbook aggiustata

Sviluppo_Carrello_Immagini
Lorenzo Pollutri 1 月之前
父節點
當前提交
b92a66da94
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. +4
    -0
      components/PublicGrid.tsx

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

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

<style dangerouslySetInnerHTML={{ __html: `
.stf__item.--left { box-shadow: inset -10px 0 16px -10px rgba(0,0,0,0.5); }
.stf__item.--right { box-shadow: inset 10px 0 16px -10px rgba(0,0,0,0.5); }
`}} />
<div
ref={containerRef}
style={{


Loading…
取消
儲存