From 73e282af00510a6d625477e2fb9109adb42138ad Mon Sep 17 00:00:00 2001 From: Rokojori Date: Thu, 16 Jul 2026 21:19:59 +0200 Subject: [PATCH] CSS Update 2 --- source/components/rojo-chat-panel/rojo-chat-panel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/components/rojo-chat-panel/rojo-chat-panel.ts b/source/components/rojo-chat-panel/rojo-chat-panel.ts index bd97a05..54a15a8 100644 --- a/source/components/rojo-chat-panel/rojo-chat-panel.ts +++ b/source/components/rojo-chat-panel/rojo-chat-panel.ts @@ -172,7 +172,7 @@ class RojoChatPanel extends HTMLElement _startThinking( bubble: HTMLElement ): void { - const frames = [ '.', '..', '...', 'thinking', '.', '..', '...', 'imagining' ]; + const frames = [ '.', '..', '...', '....', '---', '--', "/","|",":","ยท" ]; let i = 0; bubble.textContent = frames[ 0 ]; this._thinkingInterval = setInterval( () =>