Hide sidebar by default on small devices

Closes: #1169
This commit is contained in:
eikek
2021-11-12 23:21:39 +01:00
parent 927c3dfac9
commit 28b4546607
4 changed files with 8 additions and 3 deletions

View File

@ -58,6 +58,7 @@
var elmFlags = {
"account": account,
"pdfSupported": pdfSupported,
"innerWidth": window.innerWidth,
"config": {{{flagsJson}}}
};
</script>