X-Git-Url: https://git.plutz.net//?a=blobdiff_plain;f=webnote.css;h=484cbc7863af87c1d5d9cea60cf05d3337ff732c;hb=e2689fa579a2ad5067f30a225f43d7ac056b8bac;hp=eb2306d0860ec213eee4a70006fb06b37a08a69e;hpb=be355c07a8db84ac606b85191838ebfa8f2e6488;p=webtxt diff --git a/webnote.css b/webnote.css index eb2306d..484cbc7 100644 --- a/webnote.css +++ b/webnote.css @@ -4,15 +4,18 @@ 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); } div.text { - white-space: pre; + max-width: 100%; + overflow: auto; } form.new {