alvarosabu / slidev-theme-penguin

A Penguin 🐧 theme for Slidev
https://slidev-theme-penguin.alvarosaburido.dev/
152 stars 49 forks source link

Whitespace in PDF generation #34

Open ndmalc opened 9 months ago

ndmalc commented 9 months ago

Hello,

With the penguin theme, there is a white space at the bottom and the right of the slide that is added when generating PDF. This seems to only happen with pdf. Example: example-export.pdf

I pinpointed the issue from the CornerCurves, more specifically, CurveSmall. The use of left-40, introduces the bug.

CornerCurves.vue <CurveSmall class="absolute bottom-0 left-40 opacity-40" />

I don't know how to fix it. I don't either know if the final issue comes from the template or a bug in slidev itself.

Although, this is very annoying because PDF format is a very practical format for sharing.

Could you takes a look? Thanks!