Make frontend scale nicely regardless of window size

This commit is contained in:
Kristóf Tóth 2018-02-14 09:51:15 +01:00
parent 279aaf797b
commit 4bb2e9c2f2
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
.tfw-first-row {
height: 300px;
.first-row {
height: 40vh;
}

View File

@ -1,5 +1,5 @@
.tfw-ace-editor {
min-height: 200px;
height: 80%;
width:100%;
overflow: auto;
}