Fix block page spinner loader
This commit is contained in:
		
							parent
							
								
									a700bd0ef1
								
							
						
					
					
						commit
						6fb68203bc
					
				| @ -4,8 +4,8 @@ | ||||
|   <div *ngIf="!widget" class="float-left" style="display: flex; width: 100%; align-items: center;"> | ||||
|     <h1 i18n="master-page.blocks">Blocks</h1> | ||||
|     <app-svg-images name="blocks-2-3" style="width: 275px; max-width: 90%; margin-top: -10px"></app-svg-images> | ||||
|     <div *ngIf="!widget && isLoading" class="spinner-border" role="status"></div> | ||||
|   </div> | ||||
|   <div *ngIf="!widget && isLoading" class="spinner-border ml-3" role="status"></div> | ||||
| 
 | ||||
|   <div class="clearfix"></div> | ||||
| 
 | ||||
|  | ||||
| @ -1,7 +1,9 @@ | ||||
| .spinner-border { | ||||
|   height: 25px; | ||||
|   width: 25px; | ||||
|   margin-top: 13px; | ||||
|   margin-top: -10px; | ||||
|   margin-left: -13px; | ||||
|   flex-shrink: 0; | ||||
| } | ||||
| 
 | ||||
| .container-xl { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user