Fix glitch
This commit is contained in:
parent
588e6ae162
commit
178a861e66
@ -4,9 +4,6 @@
|
|||||||
<style>
|
<style>
|
||||||
:scope
|
:scope
|
||||||
display block
|
display block
|
||||||
position fixed
|
|
||||||
width 100%
|
|
||||||
height 100%
|
|
||||||
background #fff
|
background #fff
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
@ -21,6 +18,8 @@
|
|||||||
this.on('mount', () => {
|
this.on('mount', () => {
|
||||||
Progress.start();
|
Progress.start();
|
||||||
|
|
||||||
|
document.documentElement.style.background = '#fff';
|
||||||
|
|
||||||
this.api('users/show', {
|
this.api('users/show', {
|
||||||
username: this.opts.user
|
username: this.opts.user
|
||||||
}).then(user => {
|
}).then(user => {
|
||||||
|
Loading…
Reference in New Issue
Block a user