git ssb

16+

Dominic / patchbay



Tree: af9195993865373d0f70be75448b706b8f680e87

Files: af9195993865373d0f70be75448b706b8f680e87 / app / html / app.mcss

359 bytesRaw
1App {
2 background: var(--app-border-background)
3 font-family: arial, sans-serif
4
5 overflow: hidden
6
7 min-height: 0px
8 height: 100%
9 width: 100%
10
11 position: relative
12
13 div.Hypertabs {
14 position: absolute
15
16 top: var(--app-border-width)
17 bottom: var(--app-border-width)
18 left: var(--app-border-width)
19 right: var(--app-border-width)
20 }
21}
22

Built with git-ssb-web