mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-02 06:20:29 +00:00
chore: cleanup
This commit is contained in:
parent
7fb2081dce
commit
7729c6d895
1 changed files with 8 additions and 0 deletions
|
|
@ -154,6 +154,7 @@
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
align-items: baseline;
|
align-items: baseline;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
|
||||||
font-family: var(--font-family-sans);
|
font-family: var(--font-family-sans);
|
||||||
font-size: var(--font-size-small);
|
font-size: var(--font-size-small);
|
||||||
|
|
@ -161,6 +162,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-slot="session-turn-diff-directory"] {
|
[data-slot="session-turn-diff-directory"] {
|
||||||
|
flex: 1 1 auto;
|
||||||
color: var(--text-weak);
|
color: var(--text-weak);
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
@ -172,6 +174,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-slot="session-turn-diff-filename"] {
|
[data-slot="session-turn-diff-filename"] {
|
||||||
|
flex-shrink: 0;
|
||||||
|
max-width: 100%;
|
||||||
|
min-width: 0;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
color: var(--text-strong);
|
color: var(--text-strong);
|
||||||
font-weight: var(--font-weight-medium);
|
font-weight: var(--font-weight-medium);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue