git ssb

2+

mixmix / ticktack



Tree: 9014dda813036162e40d60dc06a27061f9327d29

Files: 9014dda813036162e40d60dc06a27061f9327d29 / 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