git ssb

16+

Dominic / patchbay



Tree: f5236ec7d9785b1d484e110695fedb1d602d6579

Files: f5236ec7d9785b1d484e110695fedb1d602d6579 / modules_core / app.mcss

228 bytesRaw
1App {
2 position: absolute
3 display: flex
4 flex-direction: column
5
6 top: 0
7 bottom: 0
8 left: 0
9 right: 0
10 overflow-y: hidden
11 min-height: 0px
12
13}
14
15
16Error {
17 background: #ff5555
18
19 h1 {
20 }
21
22 big {
23 }
24
25 pre {
26 }
27}
28
29

Built with git-ssb-web