mirror of
https://github.com/uw935/vatsimfox.git
synced 2026-09-17 05:59:04 +00:00
change: prepare for map changing
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#fox_map {
|
#fox_map {
|
||||||
|
position: fixed;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 500px;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user