feat: removed hiding stores

This commit is contained in:
Hazel Noack 2025-07-14 16:37:59 +02:00
parent 774fa4efb1
commit 39dfac77a9
2 changed files with 3 additions and 4 deletions

View File

@ -1,2 +1,5 @@
[Server]
Port = 1234
[Template]
ActiveCard = "stores"

View File

@ -70,10 +70,6 @@ body {
overflow: auto;
}
#stores {
display: none;
}
.card {
background-color: rgba(255, 255, 255, 0.5);
width: 10em;