diff --git a/src/modules/commands/source.ts b/src/modules/commands/source.ts index 412c888..5f70cc8 100644 --- a/src/modules/commands/source.ts +++ b/src/modules/commands/source.ts @@ -41,7 +41,9 @@ export function slashCommandAutocompletion(options: { prefix: string, customComm override: [createSlashCommandSource(options)], tooltipClass: () => "tooltip-autocomplete", optionClass: () => "completion-label", - }) + icons: false, + } + ) } // Create a decoration for highlighting slash commands diff --git a/styles.css b/styles.css index a7222a4..29da3b8 100644 --- a/styles.css +++ b/styles.css @@ -139,7 +139,6 @@ font-weight: var(--font-normal); font-family: Arial, Helvetica, sans-serif !important; border-radius: 4px; - margin-left: -1em; white-space: nowrap; }