Skip to content

Commit e2db2bf

Browse files
committed
Merge branch 'main' of github.com:ClubCedille/hackqc2024
2 parents bd14e5a + 60cb6e4 commit e2db2bf

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

k8s/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: Kustomization
44
namespace: hackqc2024
55
images:
66
- name: ghcr.io/clubcedille/hackqc2024
7-
newTag: commit-e7b76e9c206c3eab81908ba356efde852772f51a
7+
newTag: commit-9ba2c9785496d36dbd665c3b8745ae6febc21876
88

99
resources:
1010
- namespace.yaml

templates/map/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,18 @@
2222
.aa-Panel {
2323
z-index: 999999999999 !important;
2424
}
25+
26+
@keyframes animatetop {
27+
from {
28+
top: -150px;
29+
opacity: 0
30+
}
31+
32+
to {
33+
top: 0;
34+
opacity: 1
35+
}
36+
}
2537
</style>
2638

2739
<script>

0 commit comments

Comments
 (0)