style: remove min-height from .task-list-slot

v1.110.4
This commit is contained in:
mARTin-B78 2026-05-11 14:09:01 +02:00
parent 27756e5bf5
commit 438cd71a08
2 changed files with 3 additions and 4 deletions

View File

@ -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": {

View File

@ -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;