diff --git a/assets/runtime.js b/assets/runtime.js index 8a1abcb..b691d80 100644 --- a/assets/runtime.js +++ b/assets/runtime.js @@ -190,16 +190,22 @@ // at 1920x1080 so vw/vh/clamp all resolve exactly like the audience view. // We inject via contentDocument.write() so there's ZERO HTML escaping issues. // Template is a JS string (not embedded HTML attribute), so quotes stay raw. + // IMPORTANT: Do NOT override .slide or .deck styling. The original + // base.css + theme + scoped CSS handles flex centering, padding, etc. + // We only: (1) reset margins, (2) force the single slide to be visible + // (.is-active), (3) hide the speaker notes and runtime chrome. const iframeDocTemplate = '' + '' + '
' + styleSheets + '' + '' + '