Skip to content

Commit c134e67

Browse files
committed
tmp
1 parent f04efb4 commit c134e67

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" name="viewport" />
6+
7+
<-- show status bar normally at top -->
8+
9+
<meta name="theme-color" content="#000000" />
10+
611
<meta name="description" content="Open source routes, driving directions and browser-based GPS navigation" />
712
<meta
813
name="keywords"
@@ -35,6 +40,8 @@
3540
body {
3641
min-height: 100%;
3742
padding-top: env(safe-area-inset-top, 0);
43+
/* let it reach into bottom area if there is some extended area or notch */
44+
padding-bottom: 0;
3845
}
3946

4047
ul {

0 commit comments

Comments
 (0)