]> git.wh0rd.org - tt-rss.git/commitdiff
Add viewport meta tag to Preferences page. Similiar to commit b4865103 for the main...
authorJustAMacUser <noreply@example.org>
Thu, 16 Nov 2017 17:18:28 +0000 (12:18 -0500)
committerJustAMacUser <noreply@example.org>
Thu, 16 Nov 2017 17:18:28 +0000 (12:18 -0500)
prefs.php

index b1cdb0b49ab4808833911209d620ac0b5567060c..82f23f583ab4bfc90f51ea9cf053555cf09f1ac6 100644 (file)
--- a/prefs.php
+++ b/prefs.php
@@ -31,6 +31,7 @@
 <html>
 <head>
        <title>Tiny Tiny RSS : <?php echo __("Preferences") ?></title>
+    <meta name="viewport" content="initial-scale=1,width=device-width" />
 
        <script type="text/javascript">
                var __ttrss_version = "<?php echo VERSION ?>"