@ -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%; */
margin: 0;
padding: 0;
div.enigme{
width: 33%;
div.editor_class{
min-height: 100%;
margin-bottom: 0;
div{
height: 250px;
width: 250px;
div.compiler_class{
@ -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,