okay got to a much more stable state. Fixed race condtion at stat of files. Should be smooth salining for a bit now.
This commit is contained in:
@@ -549,6 +549,21 @@ body {
|
||||
border-top: 1px solid #eee;
|
||||
}
|
||||
|
||||
/* Popup actions section */
|
||||
.popup-content .popup-actions {
|
||||
margin-top: 15px;
|
||||
padding-top: 15px;
|
||||
border-top: 1px solid #eee;
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.popup-content .popup-actions .btn {
|
||||
flex: 1;
|
||||
max-width: 120px;
|
||||
}
|
||||
|
||||
/* Distinctive start location marker styles */
|
||||
.start-location-custom-marker {
|
||||
z-index: 2000 !important;
|
||||
|
||||
Reference in New Issue
Block a user