Add viewport workaround for Firefox (#263)

This commit is contained in:
Andreas E 2020-07-15 16:06:27 +02:00 committed by GitHub
parent 95bfcb63f8
commit 4e80dc974f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ module.exports = {
["link", { rel: "icon", href: "/favicon.ico" }],
["meta", { name: "theme-color", content: "#2e84bf" }],
["meta", { prefix: "og: http://ogp.me/ns#", property: "og:image", content: "https://tachiyomi.org/icons/logo.png" }],
['meta', { name: 'viewport', content: 'width=device-width, initial-scale=1.0' }],
// Custom headers
["link", { rel: "preconnect", href: "https://fonts.gstatic.com", crossorigin:""}],
["link", { rel: "stylesheet", href: "https://fonts.googleapis.com/css?family=Open+Sans"}],