From 1857f46452264c0c1aa3a031ba9ceb1dcd8a0825 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sat, 7 Mar 2026 18:44:51 +0100 Subject: [PATCH] Update notification service --- AppImage/components/latency-detail-modal.tsx | 3 ++- AppImage/components/security.tsx | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/AppImage/components/latency-detail-modal.tsx b/AppImage/components/latency-detail-modal.tsx index 0224fc20..04f2bdc8 100644 --- a/AppImage/components/latency-detail-modal.tsx +++ b/AppImage/components/latency-detail-modal.tsx @@ -233,8 +233,9 @@ const generateLatencyReport = (report: ReportData) => { * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #1a1a2e; background: #fff; font-size: 13px; line-height: 1.5; } - @page { margin: 15mm 15mm 20mm 15mm; size: A4; } + @page { margin: 10mm; size: A4; } @media print { + html, body { margin: 0 !important; padding: 0 !important; } .no-print { display: none !important; } .page-break { page-break-before: always; } * { -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important; } diff --git a/AppImage/components/security.tsx b/AppImage/components/security.tsx index cc1c43ab..79d07e2f 100644 --- a/AppImage/components/security.tsx +++ b/AppImage/components/security.tsx @@ -950,8 +950,9 @@ export function Security() { * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #1a1a2e; background: #fff; font-size: 13px; line-height: 1.5; } - @page { margin: 15mm 15mm 20mm 15mm; size: A4; } + @page { margin: 10mm; size: A4; } @media print { + html, body { margin: 0 !important; padding: 0 !important; } .no-print { display: none !important; } .page-break { page-break-before: always; } * { -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important; }