]> git.joonet.de Git - adminer.git/commitdiff
Specify viewport width
authorJakub Vrana <jakub@vrana.cz>
Sun, 23 Feb 2025 07:34:09 +0000 (08:34 +0100)
committerJakub Vrana <jakub@vrana.cz>
Sun, 23 Feb 2025 07:35:09 +0000 (08:35 +0100)
adminer/include/design.inc.php
changes.txt

index 228db7b21534038a6637dd8accb665595a334484..fd7b4498f8accf2081eaa777e3360c69d94eab75 100644 (file)
@@ -20,6 +20,7 @@ function page_header($title, $error = "", $breadcrumb = array(), $title2 = "") {
 <html lang="<?php echo $LANG; ?>" dir="<?php echo lang('ltr'); ?>">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <meta name="robots" content="noindex">
+<meta name="viewport" content="width=device-width">
 <title><?php echo $title_page; ?></title>
 <link rel="stylesheet" type="text/css" href="../adminer/static/default.css">
 <?php echo script_src("../adminer/static/functions.js"); ?>
index 71e2dfb850c21fc212ae7a56212f46a3721ed3bc..a52d8d162472e94bac34020a607a60941d83ff51 100644 (file)
@@ -8,6 +8,7 @@ MS SQL: Allow altering table in non-default schema (bug #405)
 MS SQL: Fix default values (bug #732, bug #733)
 MS SQL: Fix length of nvarchar columns
 Editor: PDO: Select value of foreign key in edit (bug #847)
+Mobile devices: Use device width
 
 Adminer 4.16.0 (released 2025-02-20):
 MySQL: Fix saving bit(64) values (bug #839)