style: compact day header spacing
Reduce day header padding and tighten line-height on date/weekday elements. v1.57.1 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
ee4b540558
commit
f4451bf011
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "my-weekly-todo-list",
|
||||
"version": "1.57.0",
|
||||
"version": "1.57.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": {
|
||||
|
||||
@ -633,9 +633,9 @@ h3 {
|
||||
|
||||
/* Day Header */
|
||||
.weekly-day-header {
|
||||
padding: 1rem 1rem 0.75rem;
|
||||
padding: 8px 0;
|
||||
text-align: left;
|
||||
min-height: 50px;
|
||||
min-height: auto;
|
||||
box-sizing: border-box;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
@ -649,7 +649,8 @@ h3 {
|
||||
color: var(--weekly-date-color, var(--weekly-text-light));
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.1em;
|
||||
margin-bottom: 0;
|
||||
margin: 0;
|
||||
line-height: 1.2;
|
||||
font-family: var(--weekly-date-font, var(--weekly-font-headline)) !important;
|
||||
}
|
||||
|
||||
@ -660,6 +661,7 @@ h3 {
|
||||
color: var(--weekly-weekday-color, var(--weekly-text));
|
||||
font-family: var(--weekly-font-headline) !important;
|
||||
margin: 0;
|
||||
line-height: 1.1;
|
||||
}
|
||||
|
||||
.weekly-day-name.is-today {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user