From 81109b85d34fd221e4bb0708837f4903df9c48f6 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 ddae738..fff436d 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 {