From 233f755d5406a9d282e401e36b1d1b0689c11113 Mon Sep 17 00:00:00 2001 From: Jules Date: Wed, 15 Jul 2026 17:00:08 +0000 Subject: [PATCH 1/2] fix(cv): clean pdf export layout and preserve animation states --- src/app.css | 7 ++++ src/routes/cv/+page.svelte | 74 +++++++++++++++++++------------------- 2 files changed, 44 insertions(+), 37 deletions(-) diff --git a/src/app.css b/src/app.css index f00b0eb..630a210 100644 --- a/src/app.css +++ b/src/app.css @@ -56,6 +56,13 @@ transform: translateY(0); } + /* Temporary override during print compilation to force full layout visibility without transitions */ + .exporting-pdf .reveal { + opacity: 1 !important; + transform: none !important; + transition: none !important; + } + /* Staggered children */ .reveal-stagger > .reveal:nth-child(1) { transition-delay: 0ms; diff --git a/src/routes/cv/+page.svelte b/src/routes/cv/+page.svelte index f1ae064..b9a9ae9 100644 --- a/src/routes/cv/+page.svelte +++ b/src/routes/cv/+page.svelte @@ -1,5 +1,5 @@ @@ -68,7 +68,7 @@