diff --git a/docs/mockup_cabinet.html b/docs/mockup_cabinet.html index 888ad0c..4871a6e 100644 --- a/docs/mockup_cabinet.html +++ b/docs/mockup_cabinet.html @@ -361,6 +361,7 @@ body{font-family:'Inter',sans-serif;background:var(--body-bg);color:var(--text); .msg.out{flex-direction:row-reverse} .msg-av{width:28px;height:28px;border-radius:50%;flex-shrink:0;overflow:hidden;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700} .msg-av-cons{background:var(--dark);color:#fff} +.msg-av-client{background:#6366F1;color:#fff;font-size:10px;font-weight:800} .msg-av img{width:100%;height:100%;object-fit:cover} .bubble{max-width:72%;border-radius:16px;padding:10px 13px;font-size:13px;line-height:1.5;position:relative} .bubble.in{background:#fff;border:1.5px solid var(--border);border-bottom-left-radius:4px;color:var(--text)} @@ -718,7 +719,7 @@ body{font-family:'Inter',sans-serif;background:var(--body-bg);color:var(--text);