Mobile navbar

This commit is contained in:
Aleksi Lassila
2023-08-06 21:12:39 +03:00
parent 1a6e33c1ce
commit 46ec52334b
4 changed files with 79 additions and 14 deletions

View File

@@ -3,7 +3,7 @@
<head>
<title>Reiverr</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
@@ -22,7 +22,10 @@
/>
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover" class="bg-stone-950 min-h-screen text-white">
<body
data-sveltekit-preload-data="hover"
class="bg-stone-950 min-h-screen text-white touch-manipulation"
>
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>