Nudge the mark: lower in the assistant, higher in the mesh
This commit is contained in:
@@ -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; }
|
||||
|
||||
@@ -260,7 +260,7 @@ function vv_nc_pane_markup(string $prefix, bool $meshDefault = false,
|
||||
it can carry the badge without competing with the text. -->
|
||||
<div style="position:relative;">
|
||||
<img src="/plugins/varaverk/icons/varaverk.png" alt="" aria-hidden="true"
|
||||
style="position:absolute;left:50%;top:74%;transform:translate(-50%,-50%);
|
||||
style="position:absolute;left:50%;top:66%;transform:translate(-50%,-50%);
|
||||
width:min(94%,520px);opacity:.038;pointer-events:none;filter:grayscale(1);
|
||||
z-index:0;">
|
||||
<div id="vv-nc-log"
|
||||
|
||||
Reference in New Issue
Block a user