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:
2025-07-06 00:58:46 -06:00
parent fe976be878
commit 47f43e4ccf
3 changed files with 84 additions and 19 deletions

View File

@@ -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;