tweak(ui): align session file attachment cards

input-cleanup
David Hill 2026-03-20 13:04:14 +00:00
parent e940184115
commit cb22b689de
1 changed files with 3 additions and 1 deletions

View File

@ -65,6 +65,7 @@
width: min(220px, 100%);
height: 48px;
padding: 0 10px;
background: var(--background-stronger);
}
}
@ -107,7 +108,8 @@
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: var(--text-base);
color: var(--text-strong);
font-weight: var(--font-weight-medium);
font-size: var(--font-size-small);
line-height: var(--line-height-large);
}