]> git.plutz.net Git - webtxt/blob - webnote.css
c1953c8ac416cc5be386d5e309cf24de8a280ee7
[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   max-width: 100%;
16   overflow: auto;
17 }
18
19 form.new {
20   text-align: center;
21   margin-top: 1em;
22 }
23
24 .new button {
25   display: block;
26   margin-left: auto;
27   margin-right: auto;
28 }
29
30 ul.recent {
31   display: inline-block;
32   text-align: left;
33 }