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