Files
chrome-extensions-samples/apps/samples/hid/style.css
Sam Thorogood 8af19b8ca9 move
2020-12-04 09:18:01 +11:00

18 lines
182 B
CSS

body {
font-family: monospace;
font-size: 10pt;
display: flex;
flex-flow: row wrap;
}
div {
padding: 8px;
flex: 1 100%;
}
#output-panel,
#input-panel {
flex: 1 0;
}