Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 2 additions & 15 deletions packages/kilo-vscode/webview-ui/src/styles/prompt-dropdowns.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
File Mention Dropdown
============================================ */

.file-mention-dropdown {
.file-mention-dropdown,
.slash-command-dropdown {
position: absolute;
bottom: calc(100% + 4px);
left: 0;
Expand Down Expand Up @@ -156,20 +157,6 @@
Slash Command Dropdown
============================================ */

.slash-command-dropdown {
position: absolute;
bottom: calc(100% + 4px);
left: 0;
right: 0;
z-index: 10;
background: var(--vscode-editorWidget-background, var(--vscode-input-background));
border: 1px solid var(--vscode-editorWidget-border, var(--vscode-input-border));
border-radius: 4px;
overflow: hidden;
max-height: 200px;
overflow-y: auto;
}

.slash-command-item {
display: flex;
align-items: center;
Expand Down
12 changes: 0 additions & 12 deletions script/kilocode-duplication-allowlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -341,18 +341,6 @@
"owner": "kilo-vscode",
"reason": "Existing duplication before the ratchet; remove through a focused, behavior-preserving extraction."
},
{
"files": [
"packages/kilo-vscode/webview-ui/src/styles/prompt-dropdowns.css",
"packages/kilo-vscode/webview-ui/src/styles/prompt-dropdowns.css"
],
"fingerprint": "aee459acfb62435f",
"maxMatches": 1,
"maxTokens": 109,
"kind": "legacy",
"owner": "kilo-vscode",
"reason": "Existing duplication before the ratchet; remove through a focused, behavior-preserving extraction."
},
{
"files": ["packages/opencode/src/kilocode/agent/index.ts", "packages/opencode/src/kilocode/agent/index.ts"],
"fingerprint": "9044b540f896a694",
Expand Down
Loading