Files
rlp/visualisers/gmvis/public/css/main.css
crumbtoo 5876afec40 splits
2024-04-25 14:28:57 -06:00

33 lines
308 B
CSS

@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
}