File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ nav {
131
131
--navbar-text-color-hover-active : var (--white );
132
132
--navbar-text-color-active : var (--white );
133
133
134
- padding : 0 0.25rem ;
134
+ padding : env ( safe-area-inset-top ) 0.25rem 0 ;
135
135
font-size : 12px ;
136
136
text-align : center ;
137
137
@@ -153,7 +153,7 @@ nav {
153
153
.tabs {
154
154
display : flex ;
155
155
justify-content : center ;
156
- min-height : 2.75 rem ;
156
+ min-height : layout . $header-navbar-height ;
157
157
158
158
:deep (.n-tabs-capsule ) {
159
159
height : calc (#{layout .$header-navbar-height } - 0.75rem ) !important ;
Original file line number Diff line number Diff line change 14
14
< link rel ="mask-icon " href ="./assets/favicon/safari-pinned-tab.svg " color ="#5bbad5 " />
15
15
< meta name ="msapplication-TileColor " content ="#da532c " />
16
16
< meta name ="theme-color " content ="#80000a " />
17
+ < meta name ="mobile-web-app-capable " content ="yes ">
18
+ < meta name ="apple-mobile-web-app-capable " content ="yes ">
19
+ < meta name ="apple-mobile-web-app-status-bar-style " content ="black-translucent ">
20
+ < meta name ="viewport " content ="width=device-width, initial-scale=1, viewport-fit=cover ">
17
21
</ head >
18
22
< body >
19
23
< wc-trakt-extension >
You can’t perform that action at this time.
0 commit comments