style
This commit is contained in:
@@ -116,6 +116,7 @@ Please note: it does not cover general Odoo usage or functional questions.
|
||||
<strong>Usage Tips:</strong>
|
||||
<ul style="padding-left:20px; margin:8px 0; color:var(--muted);">
|
||||
<li>
|
||||
<strong>Support Ticket</strong><br>
|
||||
Type <code>/ticket</code> to get in touch with our support team.
|
||||
</li>
|
||||
<li>
|
||||
@@ -138,7 +139,7 @@ Please note: it does not cover general Odoo usage or functional questions.
|
||||
<main class="chat-card" role="main">
|
||||
<div class="chat-header">
|
||||
<div style="display:flex;flex-direction:column">
|
||||
<div class="title">Chat with ODOO4projects support</div>
|
||||
<div class="title">Chat with the ODOO4projects support</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -228,7 +229,7 @@ Please note: it does not cover general Odoo usage or functional questions.
|
||||
typingEl.className = 'msg';
|
||||
typingEl.id = 'typing';
|
||||
typingEl.innerHTML = `
|
||||
<div class="avatar">AI</div>
|
||||
<div class="avatar">4</div>
|
||||
<div class="typing" style="margin-left:6px"><div class="dot"></div><div class="dot"></div><div class="dot"></div></div>
|
||||
`;
|
||||
messagesEl.appendChild(typingEl);
|
||||
|
||||
Reference in New Issue
Block a user