pull/251/merge
Jon Eugster 8 months ago
parent 30d9b881b9
commit 2896237772

@ -367,7 +367,7 @@ export function LevelWrapper({visible = true}) {
</div>
}
{ levelId > 0 &&
<div className="exercise-content">
<div className={`exercise-content ${(typewriterMode && !lockEditorMode) ? 'typewriter-mode': 'editor-mode' }`}>
<NavButton
className="btn-input-mode"
icon={(typewriterMode && !lockEditorMode) ? faCode : faTerminal}

@ -311,6 +311,14 @@ td code {
background: none;
}
.editor-mode .proof {
height: 100%;
}
.editor-mode .tmp-pusher {
height: 0;
}
/* Push the goals to the bottom for now, until we insert the proof history above. */
.exercise-content {
display: flex;

Loading…
Cancel
Save