]> git.plutz.net Git - webtxt/blob - webnote.css
e87795e7bc9fb569328760565fdc6c7b357dcbb6
[webtxt] / webnote.css
1 body {
2   margin: .5em 1em;
3 }
4 button {
5   margin-bottom: 1em;
6 }
7 textarea {
8   display: block;
9   width: 100%;
10   height: 90vh;
11   height: calc(100vh - 4.5em);
12 }
13
14 div.text {
15   white-space: pre;
16 }
17
18 form.new {
19   text-align: center;
20   margin-top: 1em;
21 }
22
23 .new button {
24   display: block;
25   margin: auto;
26 }
27
28 .recent {
29   display: inline-block;
30   text-align: left;
31 }