1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-21 05:41:27 +02:00

Specify viewport width

This commit is contained in:
Jakub Vrana
2025-02-23 08:34:09 +01:00
parent 176f2923cd
commit 834f4b6c5b
2 changed files with 2 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ function page_header($title, $error = "", $breadcrumb = array(), $title2 = "") {
<html lang="<?php echo $LANG; ?>" dir="<?php echo lang('ltr'); ?>"> <html lang="<?php echo $LANG; ?>" dir="<?php echo lang('ltr'); ?>">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="robots" content="noindex"> <meta name="robots" content="noindex">
<meta name="viewport" content="width=device-width">
<title><?php echo $title_page; ?></title> <title><?php echo $title_page; ?></title>
<link rel="stylesheet" type="text/css" href="../adminer/static/default.css"> <link rel="stylesheet" type="text/css" href="../adminer/static/default.css">
<?php echo script_src("../adminer/static/functions.js"); ?> <?php echo script_src("../adminer/static/functions.js"); ?>

View 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 default values (bug #732, bug #733)
MS SQL: Fix length of nvarchar columns MS SQL: Fix length of nvarchar columns
Editor: PDO: Select value of foreign key in edit (bug #847) Editor: PDO: Select value of foreign key in edit (bug #847)
Mobile devices: Use device width
Adminer 4.16.0 (released 2025-02-20): Adminer 4.16.0 (released 2025-02-20):
MySQL: Fix saving bit(64) values (bug #839) MySQL: Fix saving bit(64) values (bug #839)