change: prepare for map changing

This commit is contained in:
uw935
2024-03-02 02:01:00 +03:00
parent 0ea95c643c
commit 44bb48e5ab
2 changed files with 7 additions and 4 deletions
+2 -1
View File
@@ -8,6 +8,7 @@
} }
#fox_map { #fox_map {
position: fixed;
width: 100%; width: 100%;
height: 500px; height: 100%;
} }
+5 -3
View File
@@ -34,11 +34,13 @@
} }
</style> </style>
<body> <body>
<main> <main class="border-bottom">
<div class="container py-4"> <div class="container py-4">
<header class=""> <header class="d-flex">
<a href="/" class="d-flex align-items-center text-dark text-decoration-none"> <a href="/" class="d-flex align-items-center text-dark text-decoration-none">
<span class="fs-4">🦊 VATSIM <span class="text-primary">Fox</span></span> <span class="fs-4 me-4">🦊 VATSIM <span class="text-primary">Fox: </span></span>
<span class="fs-4">user {{data[0]["id"]}}</span>
</a> </a>
</header> </header>
</div> </div>