Added ability to rename location

This commit is contained in:
Donkie
2024-11-20 21:00:39 +01:00
parent 5861190821
commit 37b6d1fcee
5 changed files with 103 additions and 5 deletions

View File

@@ -6,6 +6,7 @@
.loc-container {
padding: 1em;
width: 24em;
cursor: pointer;
}
.loc-container h3 {
@@ -13,6 +14,7 @@
align-items: center;
justify-content: space-between;
width: 100%;
cursor: text;
}
.loc-container .loc-spools {