Minor cosmetic cleanup
All checks were successful
Build BAB Application Deployment Artifact / build (push) Successful in 2m9s

This commit is contained in:
2024-04-30 17:11:11 -04:00
parent 28600578f1
commit 29f9aeaba4
2 changed files with 2 additions and 0 deletions

View File

@@ -191,6 +191,7 @@ const disabledBefore = computed(() => {
.boat-schedule-table-component .boat-schedule-table-component
display: flex display: flex
max-height: 60vh max-height: 60vh
max-width: 98vw
.reservation .reservation
display: flex display: flex
position: absolute position: absolute

View File

@@ -29,6 +29,7 @@
<q-banner <q-banner
rounded rounded
class="bg-warning text-grey-10" class="bg-warning text-grey-10"
style="max-width: 95vw; margin: auto"
v-if="bookingForm.boat?.defects" v-if="bookingForm.boat?.defects"
> >
<template v-slot:avatar> <template v-slot:avatar>