Philip H.
8 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
7 additions and
3 deletions
-
src/www/css/app.css
-
src/www/index.html
|
|
@ -63,9 +63,12 @@ html, |
|
|
|
|
|
|
|
body { |
|
|
|
margin: 0; |
|
|
|
/* 1 */ |
|
|
|
line-height: inherit; |
|
|
|
/* 2 */ |
|
|
|
padding-top: env(safe-area-inset-top); |
|
|
|
padding-bottom: env(safe-area-inset-bottom); |
|
|
|
padding-left: env(safe-area-inset-left); |
|
|
|
padding-right: env(safe-area-inset-right); |
|
|
|
box-sizing: border-box; |
|
|
|
} |
|
|
|
|
|
|
|
/* |
|
|
|
|
|
@ -10,6 +10,7 @@ |
|
|
|
<link rel="apple-touch-icon" href="./img/apple-touch-icon.png"> |
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"> |
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes"> |
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> |
|
|
|
</head> |
|
|
|
<style> |
|
|
|
[v-cloak] { |
|
|
@ -614,4 +615,4 @@ |
|
|
|
<script src="./js/app.js"></script> |
|
|
|
</body> |
|
|
|
|
|
|
|
</html> |
|
|
|
</html> |
|
|
|