xP: enhance mobile experience

The left column used to jump around, and phones were near-unusable.
This commit is contained in:
2022-09-08 15:53:29 +02:00
parent d7b6967b6f
commit 8c8e06b015
2 changed files with 16 additions and 11 deletions

View File

@@ -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>