fix(sync): resolve request body size limit issues and refine responsive photo grid layout

This commit is contained in:
2026-05-28 16:15:32 +02:00
parent 1388f603c6
commit cc183edc6d
5 changed files with 12 additions and 4 deletions
+7
View File
@@ -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 */