fix: use id selector for nav-chat panel toggle

This commit is contained in:
Oliver
2026-06-06 17:18:55 -03:00
parent 570c9d0951
commit 816e53f121
+1 -1
View File
@@ -994,7 +994,7 @@
margin-bottom: 8px; margin-bottom: 8px;
z-index: 9999; z-index: 9999;
} }
.nav-chat.open .nav-chat-panel { #nav-chat.open .nav-chat-panel {
display: flex; display: flex;
} }
.nav-chat-main { .nav-chat-main {