From b5d195baeac9eda0e75f58f7211c092df034ccfb Mon Sep 17 00:00:00 2001 From: juancwu Date: Sun, 12 Apr 2026 15:50:07 +0000 Subject: [PATCH] chore: fix ui not centered when sidebar is closed --- internal/ui/pages/spaces.templ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/ui/pages/spaces.templ b/internal/ui/pages/spaces.templ index d3f3b73..a4d5f48 100644 --- a/internal/ui/pages/spaces.templ +++ b/internal/ui/pages/spaces.templ @@ -8,7 +8,7 @@ import "git.juancwu.dev/juancwu/budgit/internal/routeurl" templ Spaces(spaces []blocks.SpaceCardInfo) { @layouts.App("Spaces") { -
+

Spaces