Files: 6791a012f6f25d8aeb64cae36c5f8ff3b21e9132 / app / html / app.mcss
359 bytesRaw
1 | App { |
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