fixed alignment of l/r panels

This commit is contained in:
Rohit Nandwani
2019-06-13 19:01:02 -04:00
parent 30f2460791
commit 52e8c2ff6c
2 changed files with 521 additions and 522 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -45,10 +45,9 @@ setTimeout(function(){
}, 1000);
setTimeout(function(){
document.querySelector('.hand-panel-right .status-bar').style.height = document.querySelector('.hand-panel-left .status-bar').offsetHeight + 20 + "px";
}, 100);