Add notifier configuration management for Sentinel and LLM

This commit is contained in:
infinition
2026-03-16 21:54:31 +01:00
parent b759ab6d4b
commit df83cd2e92
7 changed files with 81 additions and 10 deletions

View File

@@ -284,7 +284,7 @@ body.console-docked .app-container {
box-shadow: 0 -30px 80px var(--glow-strong, #00ff9a33), inset 0 0 0 1px var(--glow-mid, #00ff9a22);
z-index: 60;
display: grid;
grid-template-rows: 8px auto auto 1fr;
grid-template-rows: 8px auto auto 1fr auto;
transform: translateY(100%);
transition: transform .25s ease;
}
@@ -2684,6 +2684,8 @@ input[type="color"].theme-input {
font-family: var(--font-mono, 'Courier New', monospace);
font-size: var(--console-font, 11px);
line-height: 1.4;
max-height: 60px;
height: 26px;
}
.console-input:focus { border-color: var(--acid, #22c55e); outline: none; }
.console-send-btn {