Browse Source
			
			
			Merge pull request #2 from stapelkai/update-viewport-meta-tag
			
				Remove `shrink-to-fit=no`
			
			
				pull/3126/head
			
			
		 
		
			
				
					
						
						Rychart Redwerkz
					
					3 years ago
					
						
							committed by
							
								
								GitHub
							
						 
					
				 
				
			 
		 
		
			
				
					
					No known key found for this signature in database
					
						
							GPG Key ID: 4AEE18F83AFDEB23
						
					
				
			
		
		
		
	
		
			
				 1 changed files with 
1 additions and 
1 deletions
			 
			
		 
		
			
				- 
					
					
					 
					src/static/templates/admin/base.hbs
				
 
			
		
		
			
			
			
			
			
			
				
				
					
						
							
								
									
	
		
			
				
					| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -2,7 +2,7 @@ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					<html lang="en"> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					<head> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    <meta name="viewport" content="width=device-width, initial-scale=1" /> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    <meta name="robots" content="noindex,nofollow" /> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    <link rel="icon" type="image/png" href="{{urlpath}}/vw_static/vaultwarden-favicon.png"> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    <title>Vaultwarden Admin Panel</title> | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |