fix(aot): fix aot buttons size

- fix aot not being debug-able locally in jitsi-meet-electron app
pull/9048/head jitsi-meet_5794
hmuresan 4 years ago committed by Horatiu Muresan
parent 9e6939d25f
commit 7d1c8da827
  1. 2
      css/_mini_toolbox.scss
  2. 2
      webpack.config.js

@ -8,6 +8,8 @@
.toolbox-icon {
cursor: pointer;
padding: 7px;
width: 25px;
height : 25px;
&.toggled {
background: $AOTToolbarButtonToggleColor;

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

Loading…
Cancel
Save