forked from EVOgeek/Vmeda.Online
		
	MOBILE-3790 a11y: Ensure iOS font size is increased from settings
This commit is contained in:
		
							parent
							
								
									497030595e
								
							
						
					
					
						commit
						a8501b1a81
					
				| @ -7,14 +7,13 @@ html.force-safe-area-margins { | |||||||
|     --ion-safe-area-bottom: 40px; |     --ion-safe-area-bottom: 40px; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| // @todo MOBILE-3790 non-standard property, doesn't work everywhere. |  | ||||||
| html { | html { | ||||||
|     --zoom-level: 100%; |     --zoom-level: 100%; | ||||||
|     zoom: var(--zoom-level); |     zoom: var(--zoom-level); | ||||||
| } |  | ||||||
| 
 | 
 | ||||||
| body { |     &.ios { | ||||||
|     -webkit-text-size-adjust: var(--zoom-level); |         font-size: var(--zoom-level); | ||||||
|  |     } | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| a { | a { | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user