fixed css error, increased the delay before refreshing the ui to give the stylesheet more time to load
This commit is contained in:
parent
fd004a1d07
commit
99dd60ca84
|
@ -158,7 +158,7 @@ Deluge.UI = {
|
||||||
this.vbox.refresh();
|
this.vbox.refresh();
|
||||||
this.vbox.calculatePositions();
|
this.vbox.calculatePositions();
|
||||||
this.overlay.dispose();
|
this.overlay.dispose();
|
||||||
}.bind(this).delay(100);
|
}.bind(this).delay(500);
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ Version: 0.1
|
||||||
html, body {
|
html, body {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
width: 100%:
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue