wip(desktop): progress

thinking-toggle-wip
Adam 2025-12-15 05:06:14 -06:00 committed by Aiden Cline
parent c76a00fc3f
commit 32bbc07e36
1 changed files with 12 additions and 0 deletions

View File

@ -108,15 +108,19 @@
display: flex;
align-items: center;
justify-content: space-between;
gap: 8px;
width: 100%;
[data-slot="message-part-title-area"] {
flex-grow: 1;
display: flex;
align-items: center;
gap: 8px;
min-width: 0;
}
[data-slot="message-part-title"] {
flex-shrink: 0;
font-family: var(--font-family-sans);
font-size: var(--font-size-base);
font-style: normal;
@ -129,14 +133,22 @@
[data-slot="message-part-path"] {
display: flex;
flex-grow: 1;
min-width: 0;
}
[data-slot="message-part-directory"] {
color: var(--text-weak);
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
direction: rtl;
text-align: left;
}
[data-slot="message-part-filename"] {
color: var(--text-strong);
flex-shrink: 0;
}
[data-slot="message-part-actions"] {