浏览代码

fix(thresholds) adjust thresholds for smaller width integrations (#10749)

allows chat button to be displayed when there should be enough space for it
factor2
Avram Tudor 4 年前
父节点
当前提交
22ffcf922a
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      react/features/toolbox/constants.js

+ 2
- 2
react/features/toolbox/constants.js 查看文件

@@ -19,11 +19,11 @@ export const THRESHOLDS = [
19 19
         order: [ 'microphone', 'camera', 'chat', 'participants' ]
20 20
     },
21 21
     {
22
-        width: 320,
22
+        width: 225,
23 23
         order: [ 'microphone', 'camera', 'chat' ]
24 24
     },
25 25
     {
26
-        width: 270,
26
+        width: 200,
27 27
         order: [ 'microphone', 'camera' ]
28 28
     }
29 29
 ];

正在加载...
取消
保存