fix(aot): fix aot buttons size
- fix aot not being debug-able locally in jitsi-meet-electron app
This commit is contained in:
parent
9e6939d25f
commit
7d1c8da827
|
@ -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…
Reference in New Issue