Refactor of map & other components

This commit is contained in:
ThePetrovich 2025-06-27 18:23:50 +08:00
parent 527d4417ff
commit c7df38e6ce
10 changed files with 532 additions and 466 deletions

View file

@ -40,4 +40,11 @@
}
.navbar {
z-index: 1001;
}
.card {
transition: all 0.3s ease;
}
.card-header {
cursor: pointer;
}