From 39dfac77a9015781f67fa4db5388ca68f4994b84 Mon Sep 17 00:00:00 2001 From: Hazel Noack Date: Mon, 14 Jul 2025 16:37:59 +0200 Subject: [PATCH] feat: removed hiding stores --- dev.toml | 3 +++ frontend/assets/style.css | 4 ---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/dev.toml b/dev.toml index 795b0a4..19f2b15 100644 --- a/dev.toml +++ b/dev.toml @@ -1,2 +1,5 @@ [Server] Port = 1234 + +[Template] +ActiveCard = "stores" diff --git a/frontend/assets/style.css b/frontend/assets/style.css index 6dc2afb..79ce6f1 100644 --- a/frontend/assets/style.css +++ b/frontend/assets/style.css @@ -70,10 +70,6 @@ body { overflow: auto; } -#stores { - display: none; -} - .card { background-color: rgba(255, 255, 255, 0.5); width: 10em;