Merge pull request #376 from realchrislovett/patch-1

Remove bar at top of screen on iOS
This commit is contained in:
schlagmichdoch 2025-02-14 23:53:03 +01:00 committed by GitHub
commit 1d0d3d0896
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,6 +10,7 @@
<meta name="theme-color" content="#3367d6"> <meta name="theme-color" content="#3367d6">
<meta name="color-scheme" content="dark light"> <meta name="color-scheme" content="dark light">
<meta name="apple-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">
<meta name="apple-mobile-web-app-title" content="PairDrop"> <meta name="apple-mobile-web-app-title" content="PairDrop">
<meta name="application-name" content="PairDrop"> <meta name="application-name" content="PairDrop">
<!-- Descriptions --> <!-- Descriptions -->
@ -841,4 +842,4 @@
</x-noscript> </x-noscript>
</noscript> </noscript>
</body> </body>
</html> </html>