style: remove min-height from .task-list-slot
v1.110.4
This commit is contained in:
parent
27756e5bf5
commit
438cd71a08
@ -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": {
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user