X-Git-Url: https://git.plutz.net//?a=blobdiff_plain;f=webnote.css;h=484cbc7863af87c1d5d9cea60cf05d3337ff732c;hb=e2689fa579a2ad5067f30a225f43d7ac056b8bac;hp=7d17f83c596d009f1759b49eaf0280d455d78ff9;hpb=5db460d0884b0faaaddbee46662ea008ac7efa20;p=webtxt diff --git a/webnote.css b/webnote.css index 7d17f83..484cbc7 100644 --- a/webnote.css +++ b/webnote.css @@ -4,8 +4,10 @@ body { button { margin-bottom: 1em; } +@media print { button { display: none; }} textarea { display: block; + font-family: monospace; width: 100%; height: 90vh; height: calc(100vh - 4.5em); @@ -13,7 +15,7 @@ textarea { div.text { max-width: 100%; - white-space: pre-wrap; + overflow: auto; } form.new {