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] [Server]
Port = 1234 Port = 1234
[Template]
ActiveCard = "stores"

View File

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