git ssb

9+

cel / ssb-viewer



Tree: afabd2eacb34221e1b60ed77cce59a621e8c8022

Files: afabd2eacb34221e1b60ed77cce59a621e8c8022 / static / nicer.css

457 bytesRaw
1.ssb-message {
2 border-bottom: 1px solid #ddd;
3 margin: 1em 0;
4}
5
6h1, h2, h3, h4 {
7 line-height: 1.2;
8}
9
10.ssb-thread {
11 width: 80ex;
12 max-width: 100%;
13 min-width: 57%;
14 margin: 0 auto;
15 line-height: 1.5;
16 font-family: sans-serif;
17}
18
19.ssb-message:target {
20 background-color: #fcfae8;
21 padding: 1em 1em 0;
22 margin: -1em -1em 0;
23}
24.ssb-message:target:first-child {
25 margin-top: 0;
26}
27
28.ssb-emoji {
29 height: 1em;
30 width: 1em;
31 vertical-align: top;
32}
33

Built with git-ssb-web