fix: Fixed issue where a brief flash of white would appear when starting the app on mobile

This commit is contained in:
Aman Harwara
2023-10-31 15:48:20 +05:30
parent 14ea00dc28
commit 572c9b7dfa
2 changed files with 6 additions and 1 deletions

View File

@@ -25,6 +25,11 @@
}; };
</script> </script>
<script src="web-src/app.js"></script> <script src="web-src/app.js"></script>
<style>
body {
background-color: black;
}
</style>
</head> </head>
<body> <body>

View File

@@ -3,7 +3,7 @@
"version": "3.181.2", "version": "3.181.2",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"main": "dist/app.js", "main": "dist/app.js",
"author": "Standard Notes.", "author": "Standard Notes",
"private": true, "private": true,
"files": [ "files": [
"dist" "dist"