From a0029183d38abea83b748ec3629c864b9cb64a54 Mon Sep 17 00:00:00 2001 From: MythEclipse Date: Wed, 3 Jun 2026 16:07:26 +0700 Subject: [PATCH] style(sidebar): improve mascot tooltip arrow appearance Replace the clip-path based triangle with a CSS border-based implementation to create a more refined arrow with a border effect. --- services/frontend/src/widgets/Sidebar.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/services/frontend/src/widgets/Sidebar.tsx b/services/frontend/src/widgets/Sidebar.tsx index ebc311c..7b8bdc3 100644 --- a/services/frontend/src/widgets/Sidebar.tsx +++ b/services/frontend/src/widgets/Sidebar.tsx @@ -120,7 +120,10 @@ export function Sidebar({ {mascotChatMessage || "Halo! Saya mascot mu. Klik aku kalau mau tanya soal obrolan atau moderasi ✨"}

-
+ {/* Border triangle (outer) — points left */} +
+ {/* Fill triangle (inner) — offset 1px right for border effect */} +
)}