X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=webnote.css;h=484cbc7863af87c1d5d9cea60cf05d3337ff732c;hb=HEAD;hp=c1953c8ac416cc5be386d5e309cf24de8a280ee7;hpb=0f63749c15e0a0ce9aa3a4c9af5699990c47b464;p=webtxt diff --git a/webnote.css b/webnote.css index c1953c8..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);