git ssb

2+

mixmix / ticktack



Tree: a0d4f43f31057dc38907f1e5c875bdd4e849791b

Files: a0d4f43f31057dc38907f1e5c875bdd4e849791b / app / page / channelShow.mcss

954 bytesRaw
1Page -channelShow {
2 div.content { padding: 0 }
3
4 div.Scroller.content {
5
6 section.top {
7 position: sticky
8 left: 0
9 right: 0
10 top: 0
11 z-index: 99
12
13
14
15 section.about {
16
17 display: flex
18 flex-direction: column
19 align-items: center
20 padding-bottom: 1rem
21
22
23 h1 {
24 font-weight: bold
25 font-size: 1.5rem
26 padding: 1rem
27
28 margin: auto
29
30 }
31
32 div.actions {
33 display: flex
34
35 div.Button {
36 margin: auto
37 }
38
39 }
40 }
41
42 }
43
44 section.content {
45 background-color: #fff
46 $maxWidth
47 margin: auto
48 padding: .5rem 2rem
49
50 display: flex
51 flex-wrap: wrap
52
53 div.BlogCard {
54 flex-basis: 100%
55
56 border-bottom: 1px solid gainsboro
57 }
58 }
59
60 section.bottom {
61 div.Button {
62 margin: 1rem 0
63 }
64 }
65 }
66}
67
68
69

Built with git-ssb-web