mirror of
https://github.com/uw935/vatsimfox.git
synced 2026-09-17 03:38:54 +00:00
change: prepare for map changing
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
}
|
||||
|
||||
#fox_map {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
height: 500px;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
@@ -34,11 +34,13 @@
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<main>
|
||||
<main class="border-bottom">
|
||||
<div class="container py-4">
|
||||
<header class="">
|
||||
<header class="d-flex">
|
||||
<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>
|
||||
</header>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user