vault backup: 2026-01-03 20:05:31
All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 4m8s
All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 4m8s
This commit is contained in:
@@ -1023,7 +1023,7 @@ If your plugin does not need CSS, delete this file.
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.agent-client-markdown-text-renderer .agent-client-markdown-rendered {
|
||||
.agent-client-markdown-text-renderer .markdown-rendered {
|
||||
font-size: inherit;
|
||||
overflow-wrap: break-word;
|
||||
word-wrap: break-word;
|
||||
@@ -1045,10 +1045,6 @@ If your plugin does not need CSS, delete this file.
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.agent-client-tool-call-diff-new-file {
|
||||
padding: 4px 0;
|
||||
}
|
||||
|
||||
.agent-client-diff-line-info {
|
||||
padding: 4px 12px;
|
||||
background-color: var(--background-secondary);
|
||||
@@ -1058,23 +1054,44 @@ If your plugin does not need CSS, delete this file.
|
||||
}
|
||||
|
||||
.agent-client-diff-line {
|
||||
padding: 2px 12px;
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
line-height: 1.5;
|
||||
user-select: text;
|
||||
}
|
||||
|
||||
.agent-client-diff-line-number {
|
||||
display: inline-block;
|
||||
width: 40px;
|
||||
padding: 2px 8px;
|
||||
text-align: right;
|
||||
flex-shrink: 0;
|
||||
color: var(--text-muted);
|
||||
user-select: none;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.agent-client-diff-line-number-old {
|
||||
border-right: 1px solid var(--background-modifier-border);
|
||||
}
|
||||
|
||||
.agent-client-diff-line-number-new {
|
||||
border-right: 1px solid var(--background-modifier-border);
|
||||
}
|
||||
|
||||
.agent-client-diff-line-marker {
|
||||
display: inline-block;
|
||||
width: 20px;
|
||||
padding: 2px 4px;
|
||||
flex-shrink: 0;
|
||||
font-weight: bold;
|
||||
user-select: none;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.agent-client-diff-line-content {
|
||||
flex: 1;
|
||||
padding: 2px 12px;
|
||||
white-space: pre-wrap;
|
||||
word-break: break-all;
|
||||
}
|
||||
@@ -1095,6 +1112,37 @@ If your plugin does not need CSS, delete this file.
|
||||
color: var(--color-red);
|
||||
}
|
||||
|
||||
.agent-client-diff-line-context {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.agent-client-diff-line-context .agent-client-diff-line-marker {
|
||||
color: var(--text-faint);
|
||||
}
|
||||
|
||||
/* Hunk header styling */
|
||||
.agent-client-diff-hunk-header {
|
||||
padding: 4px 12px;
|
||||
background-color: var(--background-secondary-alt);
|
||||
color: var(--text-muted);
|
||||
font-size: 11px;
|
||||
border-top: 1px solid var(--background-modifier-border);
|
||||
border-bottom: 1px solid var(--background-modifier-border);
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
/* Word-level diff highlighting */
|
||||
.agent-client-diff-word-added {
|
||||
background-color: rgba(46, 160, 67, 0.4);
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.agent-client-diff-word-removed {
|
||||
background-color: rgba(248, 81, 73, 0.4);
|
||||
font-weight: 600;
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
/* Tool Call Details */
|
||||
.agent-client-tool-call-read-details,
|
||||
.agent-client-tool-call-edit-details,
|
||||
|
||||
Reference in New Issue
Block a user