summaryrefslogtreecommitdiffstats
path: root/webapp/utils
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-01-04 23:40:51 +0500
committerCorey Hulen <corey@hulen.com>2017-01-04 13:40:51 -0500
commit3e7a59b7b9c6289d71551eedc763188c2a99f6e5 (patch)
treecb1eec4b847816c4b82225c5025e0c6e9925f647 /webapp/utils
parentbe5aa0398b254c37a0fae143c0e26a43d5004468 (diff)
downloadchat-3e7a59b7b9c6289d71551eedc763188c2a99f6e5.tar.gz
chat-3e7a59b7b9c6289d71551eedc763188c2a99f6e5.tar.bz2
chat-3e7a59b7b9c6289d71551eedc763188c2a99f6e5.zip
Minor UI improvements (#4959)
* PLT-5128 - Fixing channel header responsively * PLT-4984 - Fixing search popover behaviour
Diffstat (limited to 'webapp/utils')
-rw-r--r--webapp/utils/constants.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx
index 835510c3b..8162846e2 100644
--- a/webapp/utils/constants.jsx
+++ b/webapp/utils/constants.jsx
@@ -824,6 +824,7 @@ export const Constants = {
description: 'Enable WebRTC one on one calls'
}
},
+ OVERLAY_TIME_DELAY_SMALL: 100,
OVERLAY_TIME_DELAY: 400,
WEBRTC_TIME_DELAY: 750,
WEBRTC_CLEAR_ERROR_DELAY: 15000,