From 675c36d6cb61eb5c66eaab204f56da989cdada3b Mon Sep 17 00:00:00 2001 From: Dominik Schramm Date: Wed, 22 Apr 2026 20:52:46 +0200 Subject: [PATCH] improvements --- deploy/k8s/registry-secret.yaml | 7 ------- src/main/resources/static/index.html | 5 ++++- src/main/resources/static/styles.css | 7 +++++++ 3 files changed, 11 insertions(+), 8 deletions(-) delete mode 100644 deploy/k8s/registry-secret.yaml diff --git a/deploy/k8s/registry-secret.yaml b/deploy/k8s/registry-secret.yaml deleted file mode 100644 index d489d60..0000000 --- a/deploy/k8s/registry-secret.yaml +++ /dev/null @@ -1,7 +0,0 @@ -apiVersion: v1 -kind: Secret -metadata: - name: codenames-registry -type: kubernetes.io/dockerconfigjson -data: - .dockerconfigjson: eyJhdXRocyI6eyJnaXQuZHNsYW4uYXQiOnsidXNlcm5hbWUiOiJnaXRhZG0iLCJwYXNzd29yZCI6ImVIWmYlZWtMNktCdkQiLCJlbWFpbCI6ImFkbWluQGRzbGFuLmF0IiwiYXV0aCI6IloybDBZV1J0T21WSVdtWWxaV3RNTmt0Q2RrUT0ifX19 diff --git a/src/main/resources/static/index.html b/src/main/resources/static/index.html index 56c4def..b5abb4f 100644 --- a/src/main/resources/static/index.html +++ b/src/main/resources/static/index.html @@ -4,7 +4,7 @@ Codenames Lobby - + @@ -153,5 +153,8 @@ + diff --git a/src/main/resources/static/styles.css b/src/main/resources/static/styles.css index 36edb63..471d74b 100644 --- a/src/main/resources/static/styles.css +++ b/src/main/resources/static/styles.css @@ -440,3 +440,10 @@ h1 { min-height: 96px; } } + +footer { + position: fixed; + bottom: 0; + right: 0; + padding: .5rem; +} \ No newline at end of file