diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-09-08 15:53:29 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-09-08 17:11:10 +0200 |
commit | 8c8e06b0157c97ee1771f848ed363c6a0ed398be (patch) | |
tree | bad11bb1b3d1b6b315b97256feeb51e79574779c /xP/xP.go | |
parent | d7b6967b6f16d9d953c2627232ca194ec08da942 (diff) | |
download | xK-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.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |