fixed: cors error (finnaly) && minor bugs, add: custom wrapper for VATSIM fetcher && code moved to src folder && docker

This commit is contained in:
te5154c
2024-02-05 22:33:23 +03:00
parent e513a84999
commit 0d481c4d6c
15 changed files with 113 additions and 52 deletions
+8
View File
@@ -0,0 +1,8 @@
.fox_button {
transition: all .3s ease;
cursor: pointer;
}
.fox_active, .fox_atc_active {
background-color: #dee2e6 !important;
}