UI groundwork for conditions display #92

This commit is contained in:
Ian Renton
2026-03-28 10:50:38 +00:00
parent 2a5e0db5bc
commit 126ebcb8b2
15 changed files with 91 additions and 128 deletions

View File

@@ -206,6 +206,13 @@ tr.new td {
}
/* TABLE */
#table-container {
border-radius: 3px;
overflow: hidden;
}
/* MAP */
div#map {
width: auto;