Show recent maps; name maps

This commit is contained in:
Christian Lawson-Perfect 2025-02-11 05:17:18 +00:00
parent 6b02b73b9b
commit e6a51f162d
6 changed files with 268 additions and 50 deletions

View file

@ -24,6 +24,17 @@ body > main {
overflow: auto;
}
#name-form {
display: inline;
& input {
border: none;
padding: 0;
font-size: inherit;
border-bottom: thin solid;
}
}
#marker-form {
& label {
margin: 0 0.5em;