diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 100644 index 0000000..4982aed --- /dev/null +++ b/.vscode/tasks.json @@ -0,0 +1,17 @@ +{ + // See https://go.microsoft.com/fwlink/?LinkId=733558 + // for the documentation about the tasks.json format + "version": "2.0.0", + "tasks": [ + { + "label": "docker", + "type": "shell", + "command": "docker compose up", + "problemMatcher": [], + "group": { + "kind": "build", + "isDefault": true + } + } + ] +} diff --git a/css/main.css b/css/main.css index 2af6222..d63ddad 100644 --- a/css/main.css +++ b/css/main.css @@ -134,6 +134,7 @@ body.unsupported #gamepad { border-radius: 4px; background: whitesmoke; border: none; + max-width: 200px; } #help-popout { diff --git a/index.html b/index.html index 5405e99..489963c 100644 --- a/index.html +++ b/index.html @@ -84,6 +84,12 @@