From 438cd71a08a34e9c9b2b47a4fe4122ef7d7c1c8b Mon Sep 17 00:00:00 2001 From: mARTin-B78 Date: Mon, 11 May 2026 14:09:01 +0200 Subject: [PATCH] style: remove min-height from .task-list-slot v1.110.4 --- package.json | 2 +- src/app/globals.css | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index f6ada5f..1d79ddb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "my-weekly-todo-list", - "version": "1.110.3", + "version": "1.110.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/app/globals.css b/src/app/globals.css index 0f59051..560e3d4 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -1444,7 +1444,6 @@ h3 { } .task-list-slot { - min-height: 38px; width: 100%; position: relative; display: flex; @@ -1616,7 +1615,7 @@ h3 { padding: 0px 12px 0; overflow-x: auto; scrollbar-width: none; - background-color: #E9E9E9; + background-color: #EEEEEE; } .someday-tabs-bar::-webkit-scrollbar { @@ -2955,7 +2954,7 @@ h3 { } .time-slot-label span { - transform: translateY(-50%); /* Centers the label on the grid line */ + transform: translateY(0%); /* Centers the label on the grid line */ background: var(--weekly-bg); padding: 0 4px; z-index: 1;