mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-23 22:34:53 +00:00
tweak(ui): align session file attachment cards
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user