Added Notifications
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<script setup lang="ts">
|
||||
import {Flight} from "@/Types/types";
|
||||
import Mono from "@/Components/FlightsGoneBy/Mono.vue";
|
||||
|
||||
defineProps<{
|
||||
flight: Flight
|
||||
@@ -14,6 +15,9 @@ defineProps<{
|
||||
|
||||
<style scoped>
|
||||
.livery{
|
||||
display:flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-end;
|
||||
width: 100%;
|
||||
aspect-ratio: 16/9;
|
||||
background-size: cover;
|
||||
|
||||
Reference in New Issue
Block a user