git ssb

1+

Daan Patchwork / patchwork



Tree: 4d9f238ff73f7136cd292da88f06c17fe1a8c445

Files: 4d9f238ff73f7136cd292da88f06c17fe1a8c445 / 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