Skip to content

Commit

Permalink
v3.2
Browse files Browse the repository at this point in the history
Backlog
  • Loading branch information
ccz-2 committed Mar 10, 2020
1 parent 58279a1 commit 5ccf110
Show file tree
Hide file tree
Showing 9 changed files with 311 additions and 279 deletions.
Binary file modified NDFS.ankiaddon
Binary file not shown.
18 changes: 9 additions & 9 deletions NDFullScreen.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
//No Distractions Full Screen v3.0

//No Distractions Full Screen v3.2
//var op = 0.5; //Defined in python
//var color = 'rgba(110, 110, 200, 0.8)';
//var color = 'rgba(110, 110, 200, 0.8)'; //Defined in python

function getHeight() {
height = $('table:not([id="innertable"])').height();
return height
}

$("button[onclick*='edit'],button[onclick*='more']").remove()
$('body').wrap(`<div id="canvas"></div>`)
$('body').append(`
Expand Down Expand Up @@ -75,9 +80,4 @@ table {
}
}
</style> `);

function getHeight() {
height = $('table:not([id="innertable"])').height();
return height
}
</style> `);
Loading

0 comments on commit 5ccf110

Please sign in to comment.