Display tracked trips on drafting board

This commit is contained in:
2025-07-06 14:02:41 +02:00
parent edee295fe1
commit ab9f192f6f
4 changed files with 85 additions and 74 deletions

View File

@@ -81,7 +81,7 @@ input.form-control {
min-width: 1000px;
min-height: 300px;
grid-template-columns: repeat(auto-fit, minmax(30px, auto) 2px minmax(30px, auto));
grid-template-columns: repeat(auto-fit, minmax(200px, auto) 2px minmax(200px, auto));
}
#drafting-board div {