Add character card info in separate mode with muted filtering and scrollable Past Events

This commit is contained in:
Spicy_Marinara
2025-11-25 12:40:28 +01:00
parent 950d83fc18
commit 0c5b55b190
3 changed files with 42 additions and 8 deletions
+22
View File
@@ -1520,6 +1520,28 @@ body:has(.rpg-panel.rpg-position-left) #sheld {
padding: 0.25em 0.75em 0.5em 0.75em;
position: relative;
z-index: 1;
overflow-y: auto;
max-height: 100%;
flex: 1;
min-height: 0;
}
.rpg-notebook-lines::-webkit-scrollbar {
width: 0.188rem;
}
.rpg-notebook-lines::-webkit-scrollbar-track {
background: var(--rpg-bg);
border-radius: 2px;
}
.rpg-notebook-lines::-webkit-scrollbar-thumb {
background: var(--rpg-highlight);
border-radius: 2px;
}
.rpg-notebook-lines::-webkit-scrollbar-thumb:hover {
background: var(--rpg-text);
}
.rpg-notebook-line {