mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	added meta viewport to exported HTMLs, #1289
This commit is contained in:
		| @@ -229,6 +229,7 @@ function exportToZip(taskContext, branch, format, res) { | |||||||
|                 content = `<html> |                 content = `<html> | ||||||
| <head> | <head> | ||||||
|     <meta charset="utf-8"> |     <meta charset="utf-8"> | ||||||
|  |     <meta name="viewport" content="width=device-width, initial-scale=1"> | ||||||
|     <link rel="stylesheet" href="${cssUrl}"> |     <link rel="stylesheet" href="${cssUrl}"> | ||||||
| </head> | </head> | ||||||
| <body> | <body> | ||||||
| @@ -356,6 +357,7 @@ ${content} | |||||||
| <html> | <html> | ||||||
| <head> | <head> | ||||||
|     <meta charset="utf-8"> |     <meta charset="utf-8"> | ||||||
|  |     <meta name="viewport" content="width=device-width, initial-scale=1"> | ||||||
| </head> | </head> | ||||||
| <frameset cols="25%,75%"> | <frameset cols="25%,75%"> | ||||||
|     <frame name="navigation" src="navigation.html"> |     <frame name="navigation" src="navigation.html"> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user