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
No related merge requests found
...@@ -1874,17 +1874,14 @@ $ionicon-var-badge-editable: $ionicon-var-edit + "\00a0"; ...@@ -1874,17 +1874,14 @@ $ionicon-var-badge-editable: $ionicon-var-edit + "\00a0";
padding-right: 0px !important; padding-right: 0px !important;
.platform-ios.platform-cordova & { .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 { .hero {
height: 150px; height: 150px;
box-shadow: none; // not need (define in bar-header) box-shadow: none; // not need (define in bar-header)
.platform-ios.platform-cordova & {
height: calc(env(safe-area-inset-top) + 160px);
}
.content { .content {
bottom: 0px; bottom: 0px;
} }
...@@ -1895,7 +1892,8 @@ $ionicon-var-badge-editable: $ionicon-var-edit + "\00a0"; ...@@ -1895,7 +1892,8 @@ $ionicon-var-badge-editable: $ionicon-var-edit + "\00a0";
top: 150px; top: 150px;
.platform-ios.platform-cordova & { .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);
} }
} }
} }
......
This diff is collapsed.
...@@ -94,7 +94,7 @@ angular.module("cesium.config", []) ...@@ -94,7 +94,7 @@ angular.module("cesium.config", [])
} }
}, },
"version": "1.4.6", "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" "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.
Please register or to comment