aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-12 14:37:51 +0500
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-12 14:37:51 +0500
commit98aba849291211d863a97d1e688688cd76e473bf (patch)
tree0cca60449f76a0e077af51e3281ca169c887645e /index.html
parentadd README.md (diff)
downloadvoid-98aba849291211d863a97d1e688688cd76e473bf.tar.gz
void-98aba849291211d863a97d1e688688cd76e473bf.zip
index.html: disable font boosting on Android
Diffstat (limited to 'index.html')
-rw-r--r--index.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/index.html b/index.html
index ed5d59c..ce17843 100644
--- a/index.html
+++ b/index.html
@@ -28,6 +28,15 @@ html, body {
content: '\200B';
visibility: hidden;
}
+
+/*
+ * The fucking font boosting on Android's Chrome.
+ * This does seem to disable it, for God knows what reason:
+ * https://stackoverflow.com/a/16432702/514684
+ */
+html * {
+ max-height: 1000000px;
+}
</style>
</head>
<body>