Fix glitch
This commit is contained in:
		
							parent
							
								
									588e6ae162
								
							
						
					
					
						commit
						178a861e66
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
					@ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue