From bbb80067ef0fbeaa11ac4f9a807e3906a659d933 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 3 Mar 2026 15:35:17 +0000 Subject: [PATCH] fix: align focus item columns with fixed-width due date placeholder Co-Authored-By: Claude Opus 4.6 --- templates/focus.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/focus.html b/templates/focus.html index f753650..7f4c016 100644 --- a/templates/focus.html +++ b/templates/focus.html @@ -43,6 +43,7 @@ {% if item.task_id %} + {{ item.due_date if item.due_date else ' '|safe }} {% if item.title %} {{ item.title }} @@ -50,7 +51,6 @@ [Deleted] {% endif %} {% if item.estimated_minutes %}~{{ item.estimated_minutes }}min{% endif %} - {% if item.due_date %}{{ item.due_date }}{% endif %} {% elif item.list_item_id %} {% if item.list_item_content %}