Nudge the mark: lower in the assistant, higher in the mesh

This commit is contained in:
Gmer4Lfe
2026-08-17 18:06:52 -04:00
parent eaa78452bc
commit a27bb41b42
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ 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 74%/min(84%,520px) no-repeat;
background:url('/plugins/varaverk/icons/varaverk.png') center 86%/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; }