Files: 1c2926f12ff8e365e1d469f23180b50d50b9c749 / app / page / channel.mcss
284 bytesRaw
1 | Page -channel { |
2 | div.Scroller { |
3 | section.top { |
4 | display: flex |
5 | flex-wrap: wrap |
6 | justify-content: flex-end |
7 | |
8 | button.-subscribe { |
9 | margin-right: .5rem |
10 | } |
11 | |
12 | div.Compose { |
13 | flex-basis: 100% |
14 | } |
15 | } |
16 | |
17 | section.content { |
18 | } |
19 | } |
20 | } |
21 | |
22 |
Built with git-ssb-web