git ssb

16+

Dominic / patchbay



Tree: b0e169a75d00d6b65e799ee1a402474177e08848

Files: b0e169a75d00d6b65e799ee1a402474177e08848 / app / html / app.mcss

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

Built with git-ssb-web