mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-17 10:15:27 -04:00
Fix Brain tab panel visibility
This commit is contained in:
@@ -9774,6 +9774,9 @@ details a:hover {
|
|||||||
z-index: 1;
|
z-index: 1;
|
||||||
background: var(--bg);
|
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
|
/* Settings cards dim + mute when their toggle is OFF (matches the
|
||||||
.memory-toolbar-toggle "off" treatment elsewhere). */
|
.memory-toolbar-toggle "off" treatment elsewhere). */
|
||||||
#memory-modal .memory-tab-panel[data-memory-panel="settings"] .admin-card {
|
#memory-modal .memory-tab-panel[data-memory-panel="settings"] .admin-card {
|
||||||
|
|||||||
Reference in New Issue
Block a user