Update Updater.py to actually work, as well as gate font and templates behind flags to save some space on my drive

This commit is contained in:
DUOLabs333
2023-04-13 14:47:37 -04:00
parent f748ef091e
commit 81f4797b6b
10 changed files with 25619 additions and 21093 deletions
+2 -1
View File
@@ -130,7 +130,8 @@
function updateView() {
var w = window.innerWidth, h=window.innerHeight;
itms.style.height=(h-90)+"px";
var sh = 90; if(w<1000) sh=130; if(w<800) sh=160;
itms.style.height=(h-sh)+"px";
cats.style.height=(h- 1)+"px";
add_link.style.display=(false?"none":"inline-block");