]> git.plutz.net Git - webtxt/blobdiff - webnote.css
Merge commit '04f6da6f71cf26025036c5cb4d561f1414fc82c9'
[webtxt] / webnote.css
index 7d17f83c596d009f1759b49eaf0280d455d78ff9..484cbc7863af87c1d5d9cea60cf05d3337ff732c 100644 (file)
@@ -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 {