]> git.plutz.net Git - webtxt/blob - webnote.css
Merge commit '0062e5835b9a5aa82e017c446a1bd54f1d9d7e2b'
[webtxt] / webnote.css
1 body {
2   margin: .5em 1em;
3 }
4 button {
5   margin-bottom: 1em;
6 }
7 @media print { button { display: none; }}
8 textarea {
9   display: block;
10   font-family: monospace;
11   width: 100%;
12   height: 90vh;
13   height: calc(100vh - 4.5em);
14 }
15
16 div.text {
17   max-width: 100%;
18   overflow: auto;
19 }
20
21 form.new {
22   text-align: center;
23   margin-top: 1em;
24 }
25
26 .new button {
27   display: block;
28   margin-left: auto;
29   margin-right: auto;
30 }
31
32 ul.recent {
33   display: inline-block;
34   text-align: left;
35 }