Merge claude/1

This commit is contained in:
librelad 2026-07-17 23:35:43 +01:00
commit 68e8fcccb1

View File

@ -3403,9 +3403,16 @@ html[data-theme="nebula"]::after {
}
.task-type-icon {
/* Framed tile matching .task-app-icon so the type glyph and the app/logo icon
read as a matched pair. Spacing comes from .task-info's gap, like the app
icon, so drop the old per-side margins. */
width: 32px;
height: 32px;
border-radius: 8px;
border: 1px solid var(--border);
background: var(--surface-elevated);
flex: 0 0 auto;
font-size: 16px;
margin-left: 6px;
margin-right: 6px;
display: flex;
align-items: center;
justify-content: center;