Added Notifications
This commit is contained in:
@@ -185,7 +185,7 @@ watch(
|
||||
font-family: 'Barlow', sans-serif !important;
|
||||
}
|
||||
|
||||
@media (max-width: 1180px) {
|
||||
@media (max-width: 1200px) {
|
||||
:deep(.v-data-table__th) {
|
||||
padding: 0.75rem 4px !important;
|
||||
}
|
||||
|
||||
@@ -177,7 +177,7 @@ const page = usePage<SharedProps>()
|
||||
transition: background 0.3s ease;
|
||||
}
|
||||
|
||||
@media (max-width: 1180px) {
|
||||
@media (max-width: 1200px) {
|
||||
:deep(.v-data-table__td) {
|
||||
padding: 0 4px !important;
|
||||
font-size: 0.8rem;
|
||||
|
||||
@@ -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