Files: 2714beb84a9764d8bb5b2e11f19bac1c8289b0b8 / app / page / channel.mcss
353 bytesRaw
1 | Page -channel { |
2 | div.Filter { |
3 | } |
4 | |
5 | div.Scroller { |
6 | div.wrapper { |
7 | header { |
8 | display: flex |
9 | flex-wrap: wrap |
10 | justify-content: flex-end |
11 | |
12 | div.Button.-subscribe { |
13 | margin-right: .5rem |
14 | } |
15 | |
16 | div.Compose { |
17 | flex-basis: 100% |
18 | } |
19 | } |
20 | |
21 | section.content { |
22 | } |
23 | } |
24 | } |
25 | } |
26 | |
27 |
Built with git-ssb-web