Updated mobile UI

Using dvh and vh as fallback for mobile browsers.
This commit is contained in:
Donald Zou
2024-10-03 21:20:15 +08:00
parent c414725f12
commit 5f46f54dfd
7 changed files with 66 additions and 13 deletions

View File

@@ -7,7 +7,7 @@
<title>WGDashboard</title>
</head>
<body>
<div id="app" class="w-100 vh-100"></div>
<div id="app"></div>
<script type="module" src="./src/main.js"></script>
</body>
</html>