Refactor naming of tracked trip to leg

This commit is contained in:
2025-07-06 16:05:03 +02:00
parent ca35dbf92b
commit 4871052a4b
3 changed files with 73 additions and 77 deletions

View File

@@ -104,14 +104,14 @@ input.form-control {
background-color: black;
}
#drafting-board .trip-left {
#drafting-board .leg-left {
margin-top: auto;
margin-bottom: auto;
margin-right: 10px;
text-align: right;
}
#drafting-board .trip {
#drafting-board .leg {
margin: 10px;
border-style: solid;
@@ -124,7 +124,7 @@ input.form-control {
background-color: #ff4bb0;
}
#drafting-board .trip-right {
#drafting-board .leg-right {
margin-top: auto;
margin-bottom: auto;
margin-left: 10px;