Explorar el Código

Add "viewport" meta to allow mobile devices ability to resize and display page.

jr conlin hace 6 años
padre
commit
b486510385
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      index.php

+ 1 - 0
index.php

@@ -55,6 +55,7 @@
 <html>
 <head>
 	<title>Tiny Tiny RSS</title>
+    <meta name="viewport" content="initial-scale=1,width=device-width" />
 
 	<script type="text/javascript">
 		var __ttrss_version = "<?php echo VERSION ?>"