Added more height!

This commit is contained in:
Alexander Kastius
2016-09-01 17:54:04 +02:00
parent f170fee6a9
commit c2bdcc7915
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ button i.fa-spin {
.frame {
display: none;
height: 400px;
height: 100%;
audio, img, video {
max-width: 100%;

View File

@ -1,7 +1,7 @@
#editor.row data-exercise-id=exercise.id data-message-depleted=t('exercises.editor.depleted') data-message-timeout=t('exercises.editor.timeout', permitted_execution_time: @exercise.execution_environment.permitted_execution_time) data-errors-url=execution_environment_errors_path(exercise.execution_environment) data-submissions-url=submissions_path data-user-id=@current_user.id
div id="sidebar" class=(@exercise.hide_file_tree ? 'sidebar-col-collapsed' : 'sidebar-col') = render('editor_file_tree', exercise: @exercise, files: @files)
div id='output_sidebar' class='output-col-collapsed' = render('exercises/editor_output')
div id='frames' class=(@exercise.hide_file_tree ? 'editor-col' : 'editor-col')
div id='frames' class='editor-col'
- @files.each do |file|
= render('editor_frame', exercise: exercise, file: file)
#autosave-label