From 2003544969e5b7248ecd242b5cec50b324fa751b Mon Sep 17 00:00:00 2001 From: soryu Date: Sun, 25 Jan 2026 01:34:27 +0000 Subject: Fix CSS on templates page --- makima/frontend/src/routes/templates.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'makima/frontend/src/routes') diff --git a/makima/frontend/src/routes/templates.tsx b/makima/frontend/src/routes/templates.tsx index ce944a8..15bf95c 100644 --- a/makima/frontend/src/routes/templates.tsx +++ b/makima/frontend/src/routes/templates.tsx @@ -96,7 +96,7 @@ export default function TemplatesPage() { // Show loading state if (authLoading) { return ( -
+
Loading...
@@ -107,7 +107,7 @@ export default function TemplatesPage() { // Editor view if (editingTemplate) { return ( -
+
+
{/* Header */} -- cgit v1.2.3