Added a locations setting so empty locations are still kept around

This commit is contained in:
Donkie
2024-11-19 22:32:05 +01:00
parent 1eca7b2503
commit e4175e26ec
3 changed files with 71 additions and 23 deletions

View File

@@ -13,6 +13,7 @@
display: flex;
flex-direction: column;
gap: 0.5em;
min-height: 3em;
max-height: 100em;
overflow-y: scroll;
}