git ssb

1+

Daan Patchwork / patchwork



Tree: f50400a95d8c5a977f0f39ee8b857c5ee9cdd630

Files: f50400a95d8c5a977f0f39ee8b857c5ee9cdd630 / 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