git ssb

1+

Daan Patchwork / patchwork



Tree: 3451510316992d414ec76ba5b29681fe359b7428

Files: 3451510316992d414ec76ba5b29681fe359b7428 / styles / base / thread.mcss

296 bytesRaw
1Thread {
2 flex: 1
3 max-width: 800px
4 width: 100%
5 margin: 10px auto
6 a.full {
7 display: block
8 padding: 10px
9 text-align: center
10 }
11 div.messages {
12 div {
13 -anchor {
14 box-shadow: 0 0 10px #909090;
15 position: relative;
16 z-index: 1;
17 }
18 }
19 }
20}
21

Built with git-ssb-web