various GUI improvements

This commit is contained in:
Stephan Richter
2020-12-11 00:57:53 +01:00
parent 1e2edabcb1
commit e80d5fe79f
9 changed files with 49 additions and 11 deletions

View File

@@ -57,6 +57,7 @@ function closeMenu(ev){
function closeWindows(){
$('.window').remove();
$('.preview').removeClass('preview');
$('#plan').css('height','').css('width','');
}