git ssb

2+

mixmix / ticktack



Tree: c2cb876f7ef9db11df921ff5cebd31e0d8721cd1

Files: c2cb876f7ef9db11df921ff5cebd31e0d8721cd1 / app / page / threadShow.mcss

329 bytesRaw
1Page -threadShow {
2 div.content {
3 header {
4 display: flex
5 align-items: center
6 flex-wrap: wrap
7
8 h1 {
9 margin-right: 1rem
10 }
11
12 div.recps {
13 img.Avatar {
14 margin-right: .6rem
15 }
16 }
17 }
18
19 div.Thread {}
20
21 div.Compose {
22 margin: 0 auto
23 }
24
25 }
26}
27

Built with git-ssb-web