mirror of
				https://github.com/lxsang/antos-frontend.git
				synced 2025-10-31 02:15:47 +01:00 
			
		
		
		
	fix: page scale problem on mobile
This commit is contained in:
		| @@ -22,7 +22,7 @@ | ||||
|     <head> | ||||
|         <title>AntOS webOS</title> | ||||
|         <meta charset="UTF-8"> | ||||
|         <meta name="viewport" content="width=device-width, initial-scale=1"> | ||||
|         <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"> | ||||
|         <link rel="icon" href="resources/themes/system/icons/antos-16x16.png" type="image/png" /> | ||||
|         <link rel="preload" href="resources/themes/system/fonts/ubuntu-regular-webfont.woff2" as="font" type="font/woff2" crossorigin> | ||||
|         <link rel="preload" href="resources/themes/system/fonts/ubuntu-italic-webfont.woff2" as="font" type="font/woff2" crossorigin> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user