From 816e53f12131623d91e9aca99e8dd006daabe99e Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 6 Jun 2026 17:18:55 -0300 Subject: [PATCH] fix: use id selector for nav-chat panel toggle --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 335949a..109e2cc 100644 --- a/index.html +++ b/index.html @@ -994,7 +994,7 @@ margin-bottom: 8px; z-index: 9999; } - .nav-chat.open .nav-chat-panel { + #nav-chat.open .nav-chat-panel { display: flex; } .nav-chat-main {