Update src/vs/workbench/contrib/chat/browser/widget/chatListWidget.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Connor Peet
2026-01-16 15:43:28 -08:00
committed by GitHub
parent 4a246bfab4
commit d9e80f63e4
@@ -399,7 +399,7 @@ export class ChatListWidget extends Disposable {
supportIcons: true,
}));
this._scrollDownButton.element.classList.add('chat-scroll-down');
this._scrollDownButton.label = `$(${Codicon.arrowDown.id}) ${localize('scrollDown', "Scroll down")}`;
this._scrollDownButton.label = `$(${Codicon.chevronDown.id})`;
this._scrollDownButton.element.style.display = 'none'; // Hidden by default
this._register(this._scrollDownButton.onDidClick(() => {