From 452eae2bfd5f73dc82d34871d43334abc0ba872c Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Tue, 2 Jun 2026 07:07:51 +0900 Subject: [PATCH] Fix Brain tab panel visibility --- static/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/style.css b/static/style.css index ddae7384e..fff436d79 100644 --- a/static/style.css +++ b/static/style.css @@ -9774,6 +9774,9 @@ details a:hover { z-index: 1; background: var(--bg); } +#memory-modal .memory-tab-panel[data-memory-panel].hidden { + display: none; +} /* Settings cards dim + mute when their toggle is OFF (matches the .memory-toolbar-toggle "off" treatment elsewhere). */ #memory-modal .memory-tab-panel[data-memory-panel="settings"] .admin-card {