From 6325e079120eae247c790cb7523d15dbe794ed87 Mon Sep 17 00:00:00 2001 From: mARTin-B78 Date: Mon, 11 May 2026 12:25:52 +0200 Subject: [PATCH] fix: align ANY DAY toggle with tab buttons in tab bar The ANY DAY label/icon div sits at the flex-end of the tab bar but appeared misaligned with the tab buttons. margin-bottom: 6px brings it to the correct visual baseline. v1.108.4 --- package.json | 2 +- src/components/WeeklyView.tsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f4902dc..5ceb677 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "my-weekly-todo-list", - "version": "1.108.3", + "version": "1.108.4", "description": "A web-based weekly task management application that organizes to-dos and calendar events in a single, intuitive weekly view", "main": "index.js", "scripts": { diff --git a/src/components/WeeklyView.tsx b/src/components/WeeklyView.tsx index a4d9ef7..cc66825 100644 --- a/src/components/WeeklyView.tsx +++ b/src/components/WeeklyView.tsx @@ -7921,6 +7921,7 @@ export default function WeeklyView() { alignItems: "center", gap: "4px", marginRight: "4px", + marginBottom: "6px", }} title={somedayExpanded ? "Collapse" : "Expand"} >