From b92086a518061215a759efa5785d3cec50f41a8a Mon Sep 17 00:00:00 2001
From: build-pipeline <build-token>
Date: Tue, 11 Jan 2022 09:40:59 +0000
Subject: [PATCH] publish: Merge branch 'fix/design-for-desktop' into 'dev'

generated from commit 05082a2d65235aeaba3812a2aad4c4b0cf44c7d2
---
 ...o.0c939873cd500486afa9.js => ecolyo.a12de6b78ae69282c9eb.js} | 2 +-
 index.html                                                      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename app/{ecolyo.0c939873cd500486afa9.js => ecolyo.a12de6b78ae69282c9eb.js} (99%)

diff --git a/app/ecolyo.0c939873cd500486afa9.js b/app/ecolyo.a12de6b78ae69282c9eb.js
similarity index 99%
rename from app/ecolyo.0c939873cd500486afa9.js
rename to app/ecolyo.a12de6b78ae69282c9eb.js
index 5ee6e21c6..b22802efc 100644
--- a/app/ecolyo.0c939873cd500486afa9.js
+++ b/app/ecolyo.a12de6b78ae69282c9eb.js
@@ -20129,7 +20129,7 @@ if(false) {}
 
 exports = module.exports = __webpack_require__("JPst")(false);
 // Module
-exports.push([module.i, "/** BLACK **/\n/** RED **/\n/** YELLOW **/\n/** BLUE **/\n/** GREEN **/\n/** WHITE **/\n/** GREY **/\n/** App colors **/\n/** TABS GRADIENT **/\n/** SCROLLBAR **/\n.content-view {\n  position: relative;\n  height: 100%;\n  margin-top: 116px;\n  background-color: #121212; }\n  @media only screen and (max-width: 768px) {\n    .content-view {\n      margin-top: 0; } }\n", ""]);
+exports.push([module.i, "/** BLACK **/\n/** RED **/\n/** YELLOW **/\n/** BLUE **/\n/** GREEN **/\n/** WHITE **/\n/** GREY **/\n/** App colors **/\n/** TABS GRADIENT **/\n/** SCROLLBAR **/\n.content-view {\n  position: relative;\n  height: inherit;\n  margin-top: 116px;\n  background-color: #121212; }\n  @media only screen and (max-width: 768px) {\n    .content-view {\n      margin-top: 0;\n      height: 100%; } }\n", ""]);
 
 
 
diff --git a/index.html b/index.html
index a7d5e0ce1..fbd68634a 100644
--- a/index.html
+++ b/index.html
@@ -1 +1 @@
-<!DOCTYPE html><html lang="{{.Locale}}"><head><meta charset="utf-8"><title>Ecolyo</title><link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32"><link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16"><!-- PWA Manifest --><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#297EF2"><meta name="viewport" content="width=device-width,height=device-height,initial-scale=1,user-scalable=0,viewport-fit=cover"><!-- PWA Chrome --><link rel="icon" sizes="192x192" href="/android-chrome-192x192.png"><link rel="icon" sizes="512x512" href="/android-chrome-512x512.png"><!-- PWA iOS --><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"><link rel="apple-touch-startup-image" href="/apple-touch-icon.png"><meta name="apple-mobile-web-app-title" content="Ecolyo"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-status-bar-style" content="black">{{.ThemeCSS}} {{.CozyBar}}</head><body><div role="application" class="application" data-cozy-token="{{.Token}}" data-cozy-domain="{{.Domain}}" data-cozy-locale="{{.Locale}}" data-cozy-app-name="{{.AppName}}" data-cozy-app-slug="{{.AppSlug}}" data-cozy-app-name-prefix="{{.AppNamePrefix}}" data-cozy-app-editor="{{.AppEditor}}" data-cozy-icon-path="{{.IconPath}}"><script src="vendors/ecolyo.3256cfd41a1e2c66ff46.js"></script><script src="app/ecolyo.0c939873cd500486afa9.js"></script></div></body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="{{.Locale}}"><head><meta charset="utf-8"><title>Ecolyo</title><link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32"><link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16"><!-- PWA Manifest --><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#297EF2"><meta name="viewport" content="width=device-width,height=device-height,initial-scale=1,user-scalable=0,viewport-fit=cover"><!-- PWA Chrome --><link rel="icon" sizes="192x192" href="/android-chrome-192x192.png"><link rel="icon" sizes="512x512" href="/android-chrome-512x512.png"><!-- PWA iOS --><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"><link rel="apple-touch-startup-image" href="/apple-touch-icon.png"><meta name="apple-mobile-web-app-title" content="Ecolyo"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-status-bar-style" content="black">{{.ThemeCSS}} {{.CozyBar}}</head><body><div role="application" class="application" data-cozy-token="{{.Token}}" data-cozy-domain="{{.Domain}}" data-cozy-locale="{{.Locale}}" data-cozy-app-name="{{.AppName}}" data-cozy-app-slug="{{.AppSlug}}" data-cozy-app-name-prefix="{{.AppNamePrefix}}" data-cozy-app-editor="{{.AppEditor}}" data-cozy-icon-path="{{.IconPath}}"><script src="vendors/ecolyo.3256cfd41a1e2c66ff46.js"></script><script src="app/ecolyo.a12de6b78ae69282c9eb.js"></script></div></body></html>
\ No newline at end of file
-- 
GitLab