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