Upgrage qr code create/edit page styling
This commit is contained in:
@@ -31,10 +31,6 @@
|
||||
max-width: 1200px;
|
||||
margin: 0 auto;
|
||||
padding: 2rem 1rem;
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.main-content {
|
||||
@@ -1362,7 +1358,7 @@
|
||||
document.getElementById('coordinate_accuracy').value = '';
|
||||
|
||||
document.getElementById('latitudeDisplay').textContent = '---.----------';
|
||||
document.getElementById('longitudeDisplay').textContent = '---.---------';
|
||||
document.getElementById('longitudeDisplay').textContent = '---.----------';
|
||||
|
||||
document.getElementById('clearCoordinatesBtn').style.display = 'none';
|
||||
document.getElementById('geocodeBtn').innerHTML = '<i class="fas fa-search-location"></i> Get Coordinates';
|
||||
|
||||
Reference in New Issue
Block a user