Fix Brain tab panel visibility

This commit is contained in:
pewdiepie-archdaemon
2026-06-02 07:07:51 +09:00
parent cd0c5fec03
commit 81109b85d3

View File

@@ -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 {