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

Revert status bar overlay

parent 0e28ce92
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.
......@@ -64,7 +64,6 @@
</platform>
<platform name="ios">
<preference name="BackupWebStorage" value="local" />
<preference name="StatusBarOverlaysWebView" value="true" />
<icon height="20" src="resources/ios/icon/Icon-App-20x20@1x.png" width="20" />
<icon height="40" src="resources/ios/icon/Icon-App-20x20@2x.png" width="40" />
<icon height="60" src="resources/ios/icon/Icon-App-20x20@3x.png" width="60" />
......
......@@ -422,13 +422,6 @@ $screen-menu: 845px;
/**********
Fix or extend generic CSS
**********/
.platform-ios.platform-cordova {
.view-container.nav-view-content {
height: calc(100% + constant(safe-area-inset-top));
height: calc(100% + env(safe-area-inset-top));
}
}
.item.item-icon-right.item-select,
.item.item-icon-right .item-select {
select {
......@@ -754,11 +747,6 @@ $screen-menu: 845px;
bottom: 64px !important;
}
.platform-ios.platform-cordova .button-fab-bottom-right,
.platform-ios.platform-cordova .button-fab-bottom-left {
bottom: 30px;
}
/* ============
Home page
=============== */
......@@ -1878,7 +1866,7 @@ $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(env(safe-area-inset-top) + 160px);
}
.hero {
......@@ -1899,7 +1887,7 @@ $ionicon-var-badge-editable: $ionicon-var-edit + "\00a0";
top: 150px;
.platform-ios.platform-cordova & {
top: calc(env(safe-area-inset-top) + 180px);
top: calc(env(safe-area-inset-top) + 160px);
}
}
}
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -56,7 +56,7 @@
<ion-nav-view class="nav-view-content">
<ion-nav-view>
<div class="loader">
<h3 style="text-align: center; padding-top: 25px; "><b>Cesium</b></h3>
<h4 style="text-align: center;"><i class="icon ion-load-a"></i></h4>
......
......@@ -94,7 +94,7 @@ angular.module("cesium.config", [])
}
},
"version": "1.4.6",
"build": "2019-08-26T14:53:07.970Z",
"build": "2019-09-06T23:58:55.971Z",
"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