mirror of
https://github.com/infinition/Bjorn.git
synced 2026-03-17 17:41:03 +00:00
Add notifier configuration management for Sentinel and LLM
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user