From 37981450e21092508ecb9dc39006f1a985b538ec Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Sat, 20 Mar 2021 12:38:04 +0100 Subject: [PATCH] some print styling --- webnote.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/webnote.css b/webnote.css index c1953c8..4af86bd 100644 --- a/webnote.css +++ b/webnote.css @@ -6,6 +6,7 @@ button { } textarea { display: block; + font-family: monospace; width: 100%; height: 90vh; height: calc(100vh - 4.5em); @@ -31,3 +32,9 @@ ul.recent { display: inline-block; text-align: left; } + +@media print { + button { display: none; } + h1 { text-align: center; margin-top: 1em; } +} +@page { margin: 30mm 20mm 20mm 20mm; } -- 2.39.2