From 53f66c44c08a286cb5b788406636567e9e66b0cd Mon Sep 17 00:00:00 2001 From: Arjun <6592213+arkml@users.noreply.github.com> Date: Thu, 5 Feb 2026 17:12:55 +0530 Subject: [PATCH] remove footers as they can collide --- .../application/assistant/skills/create-presentations/skill.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/x/packages/core/src/application/assistant/skills/create-presentations/skill.ts b/apps/x/packages/core/src/application/assistant/skills/create-presentations/skill.ts index 332bbab5..97f801c8 100644 --- a/apps/x/packages/core/src/application/assistant/skills/create-presentations/skill.ts +++ b/apps/x/packages/core/src/application/assistant/skills/create-presentations/skill.ts @@ -50,6 +50,7 @@ Use workspace-writeFile and workspace-readFile for ALL file operations. Do NOT u 2. **No box-shadow** - Use borders instead: \`border: 1px solid #e5e7eb\` 3. **Bullets via CSS only** - Use \`li::before\` pseudo-elements, not separate DOM elements 4. **Content must fit** - Slides are 1280x720px with 60px padding. Safe area is 1160x600px. Use \`overflow: hidden\`. +5. **No footers or headers** - Never add fixed/absolute-positioned footer or header elements to slides. They overlap with content in PDF rendering. If you need a slide number or title, include it as part of the normal content flow. ## Required CSS