mirror of
https://github.com/zadam/trilium.git
synced 2025-01-16 03:58:53 +08:00
added meta viewport to exported HTMLs, #1289
This commit is contained in:
parent
a7f510783d
commit
384a9474c0
1 changed files with 2 additions and 0 deletions
|
@ -229,6 +229,7 @@ function exportToZip(taskContext, branch, format, res) {
|
|||
content = `<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="${cssUrl}">
|
||||
</head>
|
||||
<body>
|
||||
|
@ -356,6 +357,7 @@ ${content}
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
<frameset cols="25%,75%">
|
||||
<frame name="navigation" src="navigation.html">
|
||||
|
|
Loading…
Reference in a new issue