You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
277 B

body {
margin: 0;
height: 100vh;
display: flex;
flex-direction: row;
align-items: stretch;
overflow-y: hidden;
}
#left-pane, #right-pane {
max-width: 25vw;
}
#middle-pane {
flex-grow: 1;
}
#main-canvas {
width: 100%;
height: 100vh;
}