Procházet zdrojové kódy

fix(aot): fix aot buttons size

- fix aot not being debug-able locally in jitsi-meet-electron app
master
hmuresan před 4 roky
rodič
revize
7d1c8da827
2 změnil soubory, kde provedl 3 přidání a 1 odebrání
  1. 2
    0
      css/_mini_toolbox.scss
  2. 1
    1
      webpack.config.js

+ 2
- 0
css/_mini_toolbox.scss Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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
             '/': {

Načítá se…
Zrušit
Uložit