From e743ea16c376f9720fdedcf96e2181c9c027ab71 Mon Sep 17 00:00:00 2001 From: martbost Date: Sat, 22 Aug 2026 11:10:16 -0500 Subject: [PATCH] Print: hide the whole button row on the printable sheets - links were spilling onto a second page --- public/fast-start.html | 2 +- public/weekly-rhythm.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/fast-start.html b/public/fast-start.html index 304a9c3..cce8553 100644 --- a/public/fast-start.html +++ b/public/fast-start.html @@ -21,7 +21,7 @@ @media print{ @page{size:letter;margin:0.55in} body{background:#fff!important;color:#111!important} - header,footer,nav,#fsPrintBtn,#rmcTrBtn,#rmcTrPanel,.chat-fab,.chat-panel{display:none!important} + header,footer,nav,#fsPrintBtn,#rmcTrBtn,#rmcTrPanel,.chat-fab,.chat-panel,.fs-print-btn{display:none!important} .fs-wrap{max-width:none;padding:0} .fs-sheet{background:#fff;border:0;border-radius:0;padding:0;color:#111} .fs-sheet h1,.fs-sec h2{color:#111} diff --git a/public/weekly-rhythm.html b/public/weekly-rhythm.html index 2fb6f32..e5aad25 100644 --- a/public/weekly-rhythm.html +++ b/public/weekly-rhythm.html @@ -24,7 +24,7 @@ @media print{ @page{size:letter;margin:0.55in} body{background:#fff!important;color:#111!important} - header,footer,nav,#fsPrintBtn,#rmcTrBtn,#rmcTrPanel,.chat-fab,.chat-panel,.pp-stack{display:none!important} + header,footer,nav,#fsPrintBtn,#rmcTrBtn,#rmcTrPanel,.chat-fab,.chat-panel,.fs-print-btn,.pp-stack{display:none!important} .fs-wrap{max-width:none;padding:0} .fs-sheet{background:#fff;border:0;border-radius:0;padding:0;color:#111} .fs-sheet h1,.fs-sec h2{color:#111}