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;