Post form: limit photos to 4, add GPS fields with geolocation button

This commit is contained in:
2026-06-18 00:48:03 +02:00
parent 7faf758a2e
commit fd6afe00e0
3 changed files with 47 additions and 2 deletions
+7
View File
@@ -103,3 +103,10 @@ body {
/* Post form */
.post-form-wrap h1 { font-size: 1.4rem; margin-bottom: 1.5rem; }
.post-form-wrap .btn-location {
display: block; width: 100%; margin-top: 1rem;
padding: 0.85rem 1rem; min-height: 44px;
background: #f0f0f0; border: 1px solid #ccc;
border-radius: 6px; font-size: 1rem; cursor: pointer;
}
.post-form-wrap .location-status { font-size: 0.85rem; color: #666; margin-top: 0.5rem; text-align: center; }