mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-08-10 21:35:28 +00:00
Fix Brain tab panel visibility
This commit is contained in:
parent
b194604557
commit
452eae2bfd
1 changed files with 3 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue