Merge branch 'master' into develop

This commit is contained in:
Jan Prochazka
2022-05-21 08:05:39 +02:00
4 changed files with 8 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
"scripts": {
"build": "rollup -c",
"dev": "cross-env API_URL=http://localhost:3000 rollup -c -w",
"start": "sirv public",
"start": "sirv public --port 5001",
"validate": "svelte-check",
"prepublishOnly": "yarn build"
},

View File

@@ -115,6 +115,7 @@
bottom: var(--dim-statusbar-height);
width: var(--dim-widget-icon-size);
background: var(--theme-bg-inv-1);
-webkit-app-region: drag;
}
.statusbar {
position: fixed;