From fd0f0fce9eb9d31b011a91542f556e4e9c9ee8ed Mon Sep 17 00:00:00 2001 From: orsharab Date: Sun, 5 Apr 2020 20:15:11 +0300 Subject: [PATCH 1/2] remove whitespaces --- azuredeploy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azuredeploy.json b/azuredeploy.json index 7e5f0ed..aa8de62 100644 --- a/azuredeploy.json +++ b/azuredeploy.json @@ -55,7 +55,7 @@ "linuxFxVersion": "NODE|lts", "hostingPlanName": "[concat('hpn-', parameters('siteName'))]", "repoURL": "https://github.com/microsoft/HealthBotContainerSample.git", - "branch": "master" + "branch": "live_agent_handoff" }, "resources": [ { From 38e0fde68ced964cfacd99536675276a0beebb2b Mon Sep 17 00:00:00 2001 From: orsharab Date: Sun, 5 Apr 2020 20:34:48 +0300 Subject: [PATCH 2/2] fix webchat height --- public/stylesheets/agent.css | 4 ++++ public/stylesheets/style.css | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/public/stylesheets/agent.css b/public/stylesheets/agent.css index dbda871..1d184c4 100644 --- a/public/stylesheets/agent.css +++ b/public/stylesheets/agent.css @@ -27,6 +27,10 @@ height: calc(100% - 32px); } + #webchat { + height: calc(100vh - 36px); + } + #logon-title{ font-weight: 700; diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 847d2d4..cca5431 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -6,7 +6,7 @@ body { } #webchat { - height: calc(100vh - 36px); + height: 100%; width: 100%; }