From 91fb3ac329bf25b8a11bd9a5a6dbf09a40423bf0 Mon Sep 17 00:00:00 2001 From: Willem Dantuma Date: Fri, 17 Jan 2020 16:39:08 +0100 Subject: [PATCH] Fix menu sliding --- .../fm/components/side-panel/side-panel.component.scss | 5 ++++- src/configuration.json | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/projects/common/src/fm/components/side-panel/side-panel.component.scss b/projects/common/src/fm/components/side-panel/side-panel.component.scss index 0b86f81..f346d25 100644 --- a/projects/common/src/fm/components/side-panel/side-panel.component.scss +++ b/projects/common/src/fm/components/side-panel/side-panel.component.scss @@ -107,7 +107,7 @@ div.resizegrip > span { } .side-panel.left.hidden { - width: 22rem; + width: 80%; left:-24rem; height:100%; } @@ -116,4 +116,7 @@ div.resizegrip > span { .side-panel.left { width:22rem; } + .side-panel.left.hidden { + width:22rem; + } } \ No newline at end of file diff --git a/src/configuration.json b/src/configuration.json index c7af92c..5af78f2 100644 --- a/src/configuration.json +++ b/src/configuration.json @@ -1,9 +1,9 @@ { - "issuer": "http://accounts.awtest.nl", + "issuer": "https://accounts.awacc.nl", "clientId": "farmmaps", - "audience": "http://farmmaps.awtest.nl/", - "requireHttps": false, - "apiEndPoint": "http://farmmaps.awtest.nl", + "audience": "https://farmmaps.awacc.nl/", + "requireHttps": true, + "apiEndPoint": "https://farmmaps.awacc.nl", "grantType":"implicit" } \ No newline at end of file