瀏覽代碼

fix(aot): fix aot buttons size

- fix aot not being debug-able locally in jitsi-meet-electron app
master
hmuresan 4 年之前
父節點
當前提交
7d1c8da827
共有 2 個文件被更改,包括 3 次插入1 次删除
  1. 2
    0
      css/_mini_toolbox.scss
  2. 1
    1
      webpack.config.js

+ 2
- 0
css/_mini_toolbox.scss 查看文件

@@ -8,6 +8,8 @@
8 8
     .toolbox-icon {
9 9
         cursor: pointer;
10 10
         padding: 7px;
11
+        width: 25px;
12
+        height : 25px;
11 13
 
12 14
         &.toggled {
13 15
             background: $AOTToolbarButtonToggleColor;

+ 1
- 1
webpack.config.js 查看文件

@@ -36,7 +36,7 @@ function getPerformanceHints(size) {
36 36
 const config = {
37 37
     devServer: {
38 38
         https: true,
39
-        host: '0.0.0.0',
39
+        host: '127.0.0.1',
40 40
         inline: true,
41 41
         proxy: {
42 42
             '/': {

Loading…
取消
儲存