Quellcode durchsuchen

spaziatura flipbook aggiustata

Sviluppo_Carrello_Immagini
Lorenzo Pollutri vor 1 Monat
Ursprung
Commit
b92a66da94
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  1. +4
    -0
      components/PublicGrid.tsx

+ 4
- 0
components/PublicGrid.tsx Datei anzeigen

@@ -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={{


Laden…
Abbrechen
Speichern