commit a1c047cc6472e8d93051c8aebe6f9cc016e583f3
parent 8cf7c07a75c3cb86cc79b4d353b19788599ca0ff
Author: Hunter
Date:   Mon,  2 Feb 2026 22:01:07 -0500

fix print styling

Diffstat:
Mresources/zine-styles.js | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/resources/zine-styles.js b/resources/zine-styles.js @@ -38,6 +38,9 @@ export const ZINE_PRINT_CSS = ` #back-cover { grid-row: 2; grid-column: 1; } .zine-nav, .zine-empty, .spread-nav, .iframe-fullscreen-toggle, .zine-spread-container { display: contents !important; } .zine-spread-container { transform: none !important; } + /* Hide flip animation elements for print - use original pages */ + .zine-book { display: none !important; } + .page { display: block !important; } a { color: black; } `;