fix loading spinner
This commit is contained in:
		
							parent
							
								
									8afe67c471
								
							
						
					
					
						commit
						b33d4bd955
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -10,7 +10,7 @@
 | 
			
		|||
  {{then constructor}}
 | 
			
		||||
    <:Component {constructor} :timeline />
 | 
			
		||||
  {{catch error}}
 | 
			
		||||
    <div>Component failed to load. Please try refreshing! {{error}}</div>
 | 
			
		||||
    <div>Component failed to load. Try refreshing! {{error}}</div>
 | 
			
		||||
  {{/await}}
 | 
			
		||||
</div>
 | 
			
		||||
<style>
 | 
			
		||||
| 
						 | 
				
			
			@ -20,7 +20,7 @@
 | 
			
		|||
  }
 | 
			
		||||
  .loading-page {
 | 
			
		||||
    position: fixed;
 | 
			
		||||
    top: 72px;
 | 
			
		||||
    top: 0;
 | 
			
		||||
    left: 0;
 | 
			
		||||
    bottom: 0;
 | 
			
		||||
    right: 0;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue