diff --git a/package.json b/package.json index f48e4eb..9b6f7e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "my-weekly-todo-list", - "version": "1.34.0", + "version": "1.34.1", "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/app/globals.css b/src/app/globals.css index ff4fec8..7563c3f 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -653,6 +653,7 @@ h3 { letter-spacing: -0.02em; color: var(--weekly-weekday-color, var(--weekly-text)); font-family: var(--weekly-font-headline) !important; + margin: 0; } .weekly-day-name.is-today { diff --git a/src/components/WeeklyView.tsx b/src/components/WeeklyView.tsx index 8afe3af..ea03e37 100644 --- a/src/components/WeeklyView.tsx +++ b/src/components/WeeklyView.tsx @@ -6421,7 +6421,7 @@ export default function WeeklyView() { }} > {activeDateLayout === "left" && ( - + {formatDateHeader(date, language)} )} @@ -6435,7 +6435,7 @@ export default function WeeklyView() { activeDateLayout === "above" || activeDateLayout === "below" || activeDateLayout === undefined) && ( - + {formatDateHeader(date, language)} )}