This commit is contained in:
crumbtoo
2024-04-25 14:28:57 -06:00
parent 6f5c7ee284
commit 5876afec40
8 changed files with 518 additions and 43 deletions

View File

@@ -0,0 +1,32 @@
@import "solarized-light.css";
html, body, #mount
{ height: 100%
; width: 100%
}
body
{ max-width: 90%
; margin: 0 auto
; padding: 0
}
.split-root
{ height: 100%
}
.split-splitter
{ width: 100%
; height: 100%
; background: #ccc
}
.split-pane
{ margin: 0
; padding: 0
}
.pane-content
{ margin: 0.5em
}