Fix web gui scaling on mobile

This commit is contained in:
2025-12-30 20:05:25 +01:00
parent 2e869b76ef
commit 7c78d35aaa
+3
View File
@@ -1,4 +1,7 @@
<html>
<head>
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1">
</head>
<body>
<!-- canvas required by the Slint runtime -->
<canvas id="canvas"></canvas>