nathan boileau 3 years ago
commit e9c45eb474

@ -2,16 +2,36 @@
visibility: hidden;
}
html{
height: 100%;
}
body{
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-around;
align-items: stretch;
/* height: 100%; */
height: 100%;
margin: 0;
padding: 0;
}
div.enigme{
width: 33%;
height: 100%;
margin: 0;
padding: 0;
}
div.editor_class{
width: 33%;
min-height: 100%;
margin-bottom: 0;
}
div{
height: 250px;
width: 250px;
div.compiler_class{
width: 33%;
}

@ -43,7 +43,7 @@ var editor = ace.edit("editor");
editor.setTheme("ace/theme/vibrant_ink");
editor.getSession().setMode("ace/mode/python");
editor.setFontSize("16px");
editor.container.style.height = "250px"
// editor.container.style.height ="700px";
editor.setOptions({
enableLiveAutocompletion: true,
copyWithEmptySelection: true,

Loading…
Cancel
Save