Post form: limit photos to 4, add GPS fields with geolocation button
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user