Skip to content
Snippets Groups Projects
Commit 070765d6 authored by Bertrand Presles's avatar Bertrand Presles
Browse files

CSS adjustments for iPhone X/Xs/Xs Max/Xr

parent edc69620
No related branches found
No related tags found
1 merge request!590iOS support: Fix "Missing attestations" message on AppStoreConnect. Added specific App ID for iOS. iOS 13 compatibility. Fix NPM install for minisodium.
......@@ -1874,17 +1874,14 @@ $ionicon-var-badge-editable: $ionicon-var-edit + "\00a0";
padding-right: 0px !important;
.platform-ios.platform-cordova & {
height: calc(env(safe-area-inset-top) + 180px);
height: calc(constant(safe-area-inset-top) + 150px);
height: calc(env(safe-area-inset-top) + 150px);
}
.hero {
height: 150px;
box-shadow: none; // not need (define in bar-header)
.platform-ios.platform-cordova & {
height: calc(env(safe-area-inset-top) + 160px);
}
.content {
bottom: 0px;
}
......@@ -1895,7 +1892,8 @@ $ionicon-var-badge-editable: $ionicon-var-edit + "\00a0";
top: 150px;
.platform-ios.platform-cordova & {
top: calc(env(safe-area-inset-top) + 180px);
top: calc(constant(safe-area-inset-top) + 150px);
top: calc(env(safe-area-inset-top) + 150px);
}
}
}
......
source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -94,7 +94,7 @@ angular.module("cesium.config", [])
}
},
"version": "1.4.6",
"build": "2019-09-07T17:13:37.741Z",
"build": "2019-09-07T18:44:38.960Z",
"newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new"
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment