bugfixes and adjustments (#371)

* update

* update

* tabs test

* update

* test

* ...

* fix editor

* update ui

* fix visual glitch if help is off

* fix fadecandy error and th

[skip ci]

* fix
This commit is contained in:
brindosch
2017-01-19 17:51:11 +01:00
committed by GitHub
parent 8c2185b641
commit 30b6deb301
11 changed files with 28 additions and 41 deletions

File diff suppressed because one or more lines are too long

View File

@@ -22,7 +22,7 @@ $(function() {
height = height - topOffset;
if (height < 1) height = 1;
if (height > topOffset) {
$("#page-wrapper").css("min-height", (height-10) + "px");
$("#page-wrapper").css("min-height", (height-11) + "px");
}
});