Merge claude/2
This commit is contained in:
commit
209ced11be
@ -272,6 +272,13 @@
|
|||||||
box-shadow: inset 0 1px 0 rgba(var(--text-rgb), 0.10);
|
box-shadow: inset 0 1px 0 rgba(var(--text-rgb), 0.10);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* The last tile's bottom margin would stack on the list's 16px bottom padding,
|
||||||
|
leaving more gap below the last row than above the first. Drop it so the dark
|
||||||
|
panel's inner padding reads equal top and bottom. */
|
||||||
|
.task-item:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.task-header {
|
.task-header {
|
||||||
padding: 4px 16px;
|
padding: 4px 16px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user