git ssb

16+

Dominic / patchbay



Tree: 6725ac3688c0dbe81d41c7fd42c3f355e7f3fa81

Files: 6725ac3688c0dbe81d41c7fd42c3f355e7f3fa81 / app / html / app.mcss

375 bytesRaw
1App {
2 background: var(--app-border-background)
3 font-family: arial, sans-serif, NotoColorEmoji
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