You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lean4game/client/src/css/editor.css

28 lines
377 B
CSS

.editor-wrapper {
flex: 1;
position: relative;
}
.editor-wrapper .editor-split {
height: 100%;
}
#editor {
height: 400px;
}
#infoview {
height: 400px;
}
#infoview iframe {
width: 100%;
height: 95%; /* TODO: setting this to 100% makes it a few pixels too high... */
border: unset;
}
/* .typewriter {
background-color: lightpink;
min-height: 400px;
} */