mirror of
https://github.com/hulthe/inkopslista.git
synced 2026-08-03 23:11:28 +02:00
Fix web gui size
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user