Browse Source

Merge pull request #574 from rfdrake/mobile

viewport change for mobile
Jeremy Stretch 8 years ago
parent
commit
6cba2e92f2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      netbox/templates/_base.html

+ 1 - 0
netbox/templates/_base.html

@@ -9,6 +9,7 @@
     <link rel="stylesheet" href="{% static 'jquery-ui-1.11.4/jquery-ui.css' %}">
 	<link rel="stylesheet" href="{% static 'css/base.css' %}">
     <link rel="icon" type="image/png" href="{% static 'img/netbox.ico' %}" />
+    <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
 </head>
 <body>
     <nav class="navbar navbar-default navbar-fixed-top">