mirror of
https://gitflic.ru/project/photopea-v2/photopea-v-2.git
synced 2026-06-20 15:41:13 +00:00
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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user