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