git ssb

16+

Dominic / patchbay



Tree: dd6a5bf5f2c82fb52a866d1576c7f04a83e9678e

Files: dd6a5bf5f2c82fb52a866d1576c7f04a83e9678e / app / html / scroller.mcss

352 bytesRaw
1Scroller {
2 $scrollable
3
4 div.wrapper {
5 align-self: center
6
7 flex: 1 1
8 $threadWidth
9 padding-top: .5rem
10
11 section.content {
12 div {
13 border-bottom: solid 1px gainsboro
14 }
15 }
16 }
17}
18
19Scroller -errors {
20 div.wrapper {
21 width: initial
22 max-width: 100%
23
24 section.content div {
25 border: none
26 }
27 }
28}
29
30

Built with git-ssb-web