mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-10 21:28:34 +00:00
Merge branch 'master' into develop
This commit is contained in:
commit
500d2ecf34
2
main.css
2
main.css
@ -5419,4 +5419,4 @@ button.toggleSettings,
|
|||||||
}
|
}
|
||||||
#sharefilebutton{
|
#sharefilebutton{
|
||||||
display:none!important;
|
display:none!important;
|
||||||
}
|
}
|
||||||
|
|||||||
3
main.js
3
main.js
@ -2359,7 +2359,6 @@ async function main(){ // main asyncronous thread; mostly initializes the user s
|
|||||||
//document.querySelector(':root').style.setProperty('--background-color',"#02050c" );
|
//document.querySelector(':root').style.setProperty('--background-color',"#02050c" );
|
||||||
} else {
|
} else {
|
||||||
document.body.classList.remove("darktheme");
|
document.body.classList.remove("darktheme");
|
||||||
//document.querySelector(':root').style.setProperty('--background-color',"#141926" ); // already set as default.
|
|
||||||
}
|
}
|
||||||
} catch(e){errorlog(e);}
|
} catch(e){errorlog(e);}
|
||||||
|
|
||||||
@ -6082,4 +6081,4 @@ async function main(){ // main asyncronous thread; mostly initializes the user s
|
|||||||
};
|
};
|
||||||
script.src = "./thirdparty/polyfill.min.js"; // dynamically load this only if its needed. Keeps loading time down.
|
script.src = "./thirdparty/polyfill.min.js"; // dynamically load this only if its needed. Keeps loading time down.
|
||||||
},100);
|
},100);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user