git ssb

16+

Dominic / patchbay



Tree: 20b068c61874ad0cae6afbd9ab2ffefe1fb2f74c

Files: 20b068c61874ad0cae6afbd9ab2ffefe1fb2f74c / app / html / scroller.mcss

469 bytesRaw
1Scroller {
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
26Scroller -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