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