mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
big style updates
This commit is contained in:
parent
b21f2e536f
commit
972ceeb453
3 changed files with 132 additions and 20 deletions
|
@ -36,5 +36,13 @@ $(document).ready(function(){
|
|||
});
|
||||
|
||||
$('#commandTextField').focus();
|
||||
|
||||
$(window).resize(windowResize);
|
||||
windowResize();
|
||||
setTimeout(windowResize, 50);
|
||||
});
|
||||
|
||||
function windowResize() {
|
||||
var el = $('#canvasWrapper')[0];
|
||||
$('#treeCanvas').height(el.clientHeight - 10).width(el.clientWidth - 10);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue