forked from EVOgeek/Vmeda.Online
		
	MOBILE-3320 core: Fix loading format text on ios header
This commit is contained in:
		
							parent
							
								
									93fe711303
								
							
						
					
					
						commit
						4640b3975d
					
				@ -690,3 +690,15 @@ core-rich-text-editor .core-rte-editor {
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// h1 is too big and ugly, reduce size when loading.
 | 
			
		||||
ion-header.ios h1 core-format-text {
 | 
			
		||||
    &.core-format-text-loading {
 | 
			
		||||
        max-height: 30px;
 | 
			
		||||
        margin-top: 10px;
 | 
			
		||||
    }
 | 
			
		||||
    &.core-format-text-content {
 | 
			
		||||
        display: block;
 | 
			
		||||
        margin-top: -10px;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user