From 2fdd780a0529da8f7e05b37147a489eca8fa2f1f Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Sat, 7 Feb 2026 20:59:08 +0000 Subject: [PATCH] style(data): improve data page layout and spacing - Wrap tab bar, search, and table in gap-4 container for tighter spacing - Change search placeholder from "Search..." to "Filter..." - Remove border/padding wrapper around tab bar and search --- templates/pages/data.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/pages/data.html b/templates/pages/data.html index 0245ddb..0fdd2da 100644 --- a/templates/pages/data.html +++ b/templates/pages/data.html @@ -5,23 +5,23 @@

Browse all your coffee data.

-
+
{% include "partials/tab_bar.html" %} -
+
-
-
- {{ content|safe }} +
+ {{ content|safe }} +