Sync expand state between the two chat modes, and soften the mark

To the operator there is one box on screen, so expanding while reading the assistant and finding the mesh collapsed reads as the card forgetting.
This commit is contained in:
Gmer4Lfe
2026-08-17 17:56:32 -04:00
parent 74bd40ba78
commit 2e646f82b4
2 changed files with 55 additions and 13 deletions
+2 -2
View File
@@ -162,8 +162,8 @@ function vv_ai_chat_assets(): void {
.vv-ai-chat-wrap { background:#0b0b0b; border-radius:6px; }
.vv-ai-chat-wrap::before {
content:''; position:absolute; inset:0; z-index:0; pointer-events:none;
background:url('/plugins/varaverk/icons/varaverk.png') center/min(78%,460px) no-repeat;
opacity:.05; filter:grayscale(1);
background:url('/plugins/varaverk/icons/varaverk.png') center 58%/min(84%,520px) no-repeat;
opacity:.032; filter:grayscale(1);
}
.vv-ai-empty { color:#3a3a3a; font-size:12px; text-align:center; padding:60px 20px; line-height:1.7; }
.vv-ai-msg { margin-bottom:16px; }