projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61e2bcf
)
dev/core#4787 Standalone: add viewport meta to improve mobile support
author
Mathieu Lu
<mathieu@symbiotic.coop>
Mon, 20 Nov 2023 01:28:44 +0000
(20:28 -0500)
committer
Mathieu Lutfy
<mathieu@bidon.ca>
Mon, 20 Nov 2023 01:28:44 +0000
(20:28 -0500)
templates/CRM/common/standalone.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/CRM/common/standalone.tpl
b/templates/CRM/common/standalone.tpl
index 83db87714582e558ceb19331161c751faf384a79..562f792527e55b396de0d0ca5a226e49ea48c2ff 100644
(file)
--- a/
templates/CRM/common/standalone.tpl
+++ b/
templates/CRM/common/standalone.tpl
@@
-3,7
+3,7
@@
<head>
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="Shortcut Icon" type="image/x-icon" href="{$config->resourceBase}i/widget/favicon.png" />
{* @todo crmRegion below should replace this, but not working? *}