Update notification service

This commit is contained in:
MacRimi
2026-03-07 18:44:51 +01:00
parent f95a6f4fd7
commit 1857f46452
2 changed files with 4 additions and 2 deletions

View File

@@ -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; }

View File

@@ -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; }