mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-16 05:34:44 +00:00
fix(app): file path truncation in session turn
This commit is contained in:
@@ -171,10 +171,8 @@
|
|||||||
|
|
||||||
[data-slot="session-turn-diff-path"] {
|
[data-slot="session-turn-diff-path"] {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-grow: 1;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
align-items: baseline;
|
|
||||||
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);
|
||||||
@@ -182,24 +180,16 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
[data-slot="session-turn-diff-directory"] {
|
[data-slot="session-turn-diff-directory"] {
|
||||||
flex: 1 1 auto;
|
color: var(--text-base);
|
||||||
color: var(--text-weak);
|
|
||||||
min-width: 0;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
direction: rtl;
|
direction: rtl;
|
||||||
unicode-bidi: plaintext;
|
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-slot="session-turn-diff-filename"] {
|
[data-slot="session-turn-diff-filename"] {
|
||||||
flex-shrink: 0;
|
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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user