Fix web gui size

This commit is contained in:
2025-12-29 10:17:21 +01:00
parent 258ae03cec
commit 8f30e7d8bf
+7
View File
@@ -7,5 +7,12 @@
import init from "./pkg/inkopslista.js";
init();
</script>
<style>
#canvas {
/* Force Slint to occupy the entire viewport */
width: 100vw !important;
height: 100vh !important;
}
</style>
</body>
</html>