Files: 8848cc417120db1c18557953392b15fc1eb07237 / app / html / scroller.mcss
469 bytesRaw
1 | Scroller { |
2 | display: flex |
3 | flex-direction: column |
4 | |
5 | overflow: auto |
6 | width: 100% |
7 | height: 100% |
8 | min-height: 0px |
9 | |
10 | div.wrapper { |
11 | align-self: center |
12 | |
13 | flex: 1 1 |
14 | min-width: 780px |
15 | max-width: 840px |
16 | padding-top: .5rem |
17 | |
18 | section.content { |
19 | div { |
20 | border-bottom: solid 1px gainsboro |
21 | } |
22 | } |
23 | } |
24 | } |
25 | |
26 | Scroller -errors { |
27 | div.wrapper { |
28 | width: initial |
29 | max-width: 100% |
30 | |
31 | section.content div { |
32 | border: none |
33 | } |
34 | } |
35 | } |
36 | |
37 |
Built with git-ssb-web