We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd14e5a + 60cb6e4 commit e2db2bfCopy full SHA for e2db2bf
k8s/kustomization.yaml
@@ -4,7 +4,7 @@ kind: Kustomization
4
namespace: hackqc2024
5
images:
6
- name: ghcr.io/clubcedille/hackqc2024
7
- newTag: commit-e7b76e9c206c3eab81908ba356efde852772f51a
+ newTag: commit-9ba2c9785496d36dbd665c3b8745ae6febc21876
8
9
resources:
10
- namespace.yaml
templates/map/index.html
@@ -22,6 +22,18 @@
22
.aa-Panel {
23
z-index: 999999999999 !important;
24
}
25
+
26
+ @keyframes animatetop {
27
+ from {
28
+ top: -150px;
29
+ opacity: 0
30
+ }
31
32
+ to {
33
+ top: 0;
34
+ opacity: 1
35
36
37
</style>
38
39
<script>
0 commit comments