Fix glitch

This commit is contained in:
syuilo 2017-11-13 07:46:33 +09:00
parent 588e6ae162
commit 178a861e66

View file

@ -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 => {