mirror of
				https://github.com/Mibew/mibew.git
				synced 2025-10-31 18:41:10 +03:00 
			
		
		
		
	add viewport meta tag to control layout on mobile browsers
This commit is contained in:
		
							parent
							
								
									339da62a23
								
							
						
					
					
						commit
						09f632cc6d
					
				| @ -2,6 +2,7 @@ | ||||
| <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"{{#if rtl}} dir="rtl"{{/if}}> | ||||
|     <head> | ||||
|         <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" /> | ||||
|         <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0" /> | ||||
|         <title>{{#block "windowTitle"}}{{l10n "Mibew Messenger"}}{{/block}}</title> | ||||
|         <link rel="shortcut icon" href="{{asset "@CurrentStyle/images/favicon.ico"}}" type="image/x-icon" /> | ||||
|         <link rel="stylesheet" type="text/css" href="{{asset "@CurrentStyle/chat.css"}}" media="all" /> | ||||
|  | ||||
| @ -2,6 +2,7 @@ | ||||
| <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"{{#if rtl}} dir="rtl"{{/if}}> | ||||
|     <head> | ||||
|         <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" /> | ||||
|         <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0" /> | ||||
|         <title>{{#block "windowTitle"}}{{l10n "Mibew Messenger"}}{{/block}}</title> | ||||
|         <link rel="shortcut icon" href="{{asset "@CurrentStyle/images/favicon.ico"}}" type="image/x-icon" /> | ||||
|         <link rel="stylesheet" type="text/css" href="{{asset "@CurrentStyle/chat.css"}}" media="all" /> | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user