mirror of https://gitlab.com/bashrc2/epicyon
Set viewport
parent
0c3c7e8eb5
commit
c48a935121
|
@ -717,6 +717,8 @@ def html_header_with_external_style(css_filename: str, instance_title: str,
|
||||||
metadata + \
|
metadata + \
|
||||||
' <meta name="apple-mobile-web-app-status-bar-style" ' + \
|
' <meta name="apple-mobile-web-app-status-bar-style" ' + \
|
||||||
'content="' + pwa_theme_background_color + '">\n' + \
|
'content="' + pwa_theme_background_color + '">\n' + \
|
||||||
|
' <meta name="viewport" content="width=device-width, ' + \
|
||||||
|
'initial-scale=1">\n' + \
|
||||||
' <title>' + instance_title + '</title>\n' + \
|
' <title>' + instance_title + '</title>\n' + \
|
||||||
' </head>\n' + \
|
' </head>\n' + \
|
||||||
' <body>\n'
|
' <body>\n'
|
||||||
|
|
Loading…
Reference in New Issue