From 0b8ad2ecbedd28390a38f956149b8b7f0bd8f01c Mon Sep 17 00:00:00 2001 From: Benoit Lavenier <benoit.lavenier@e-is.pro> Date: Wed, 9 Sep 2020 13:21:33 +0200 Subject: [PATCH] [fix] Home: hide map if pod does not serve shapes [fix] Home: Fix CSS layout on small screen --- scss/ionic.app.scss | 4 +++- www/index.html | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/scss/ionic.app.scss b/scss/ionic.app.scss index e8700c91e..abfde8ffa 100644 --- a/scss/ionic.app.scss +++ b/scss/ionic.app.scss @@ -20,7 +20,9 @@ $dark: #444 !default; //$balanced: #33cd5f !default; //$dark: #030055 !default; // bleu foncé uCoin App -//$assertive: #94c11f !default; +//$assertive: +// +// #94c11f !default; //$balanced: #94c11f !default; $light: #fff !default; diff --git a/www/index.html b/www/index.html index 4e67c36fb..46371efd7 100644 --- a/www/index.html +++ b/www/index.html @@ -10,9 +10,11 @@ <meta name="theme-color" content="black"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> + <link rel="apple-touch-icon" href="img/logo_57px.png"> <link rel="manifest" href="manifest.json"> + <!-- build:css dist_css/cesium.css --> <link rel="stylesheet" type="text/css" href="css/ionic.app.css"> <link rel="stylesheet" type="text/css" href="css/style.css"> -- GitLab