From 4e80dc974f103694028ba4829b1163fe4621d812 Mon Sep 17 00:00:00 2001 From: Andreas E Date: Wed, 15 Jul 2020 16:06:27 +0200 Subject: [PATCH] Add viewport workaround for Firefox (#263) --- src/.vuepress/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/.vuepress/config.js b/src/.vuepress/config.js index b5babf91..a93ff3bf 100644 --- a/src/.vuepress/config.js +++ b/src/.vuepress/config.js @@ -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"}],