aboutsummaryrefslogtreecommitdiff
path: root/xP/xP.go
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2022-09-08 15:53:29 +0200
committerPřemysl Eric Janouch <p@janouch.name>2022-09-08 17:11:10 +0200
commit8c8e06b0157c97ee1771f848ed363c6a0ed398be (patch)
treebad11bb1b3d1b6b315b97256feeb51e79574779c /xP/xP.go
parentd7b6967b6f16d9d953c2627232ca194ec08da942 (diff)
downloadxK-8c8e06b0157c97ee1771f848ed363c6a0ed398be.tar.gz
xK-8c8e06b0157c97ee1771f848ed363c6a0ed398be.tar.xz
xK-8c8e06b0157c97ee1771f848ed363c6a0ed398be.zip
xP: enhance mobile experience
The left column used to jump around, and phones were near-unusable.
Diffstat (limited to 'xP/xP.go')
-rw-r--r--xP/xP.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/xP/xP.go b/xP/xP.go
index 9428501..bc7ebc2 100644
--- a/xP/xP.go
+++ b/xP/xP.go
@@ -145,6 +145,7 @@ var page = template.Must(template.New("/").Parse(`<!DOCTYPE html>
<head>
<title>xP</title>
<meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="xP.css" />
</head>
<body>