diff --git a/client/nginx.conf b/client/nginx.conf index 58b29fb..60ff798 100644 --- a/client/nginx.conf +++ b/client/nginx.conf @@ -1,6 +1,7 @@ server { listen 80; server_name localhost; + client_max_body_size 50M; location / { root /usr/share/nginx/html; diff --git a/client/src/App.css b/client/src/App.css index 18e9e86..666bb5e 100644 --- a/client/src/App.css +++ b/client/src/App.css @@ -880,6 +880,11 @@ body { .form-grid { grid-template-columns: 1fr; } + .vessel-photo-wrapper, + .sails-section, + .grid-span-2 { + grid-column: span 1 !important; + } } .vessel-form label { @@ -1641,6 +1646,8 @@ body:has(.theme-cupertino) { background: rgba(56, 189, 248, 0.15); border-color: #38bdf8; color: #38bdf8; +}.grid-span-2 { + grid-column: span 2; } /* Yacht Photo Styling */ diff --git a/client/src/components/CrewForm.tsx b/client/src/components/CrewForm.tsx index 34f2010..18b0d0c 100644 --- a/client/src/components/CrewForm.tsx +++ b/client/src/components/CrewForm.tsx @@ -517,7 +517,7 @@ export default function CrewForm({ logbookId }: CrewFormProps) { /> -