Add OpenAI chat translation layer
This commit is contained in:
@@ -706,6 +706,20 @@ label { display: grid; gap: 6px; color: var(--muted); font-size: 13px; }
|
||||
.message .by { font-size: 12px; color: var(--muted); margin-bottom: 4px; }
|
||||
.message p { margin: 0; white-space: pre-wrap; }
|
||||
.message a { color: var(--brand); display: inline-block; margin-top: 6px; }
|
||||
.translation {
|
||||
margin-top: 7px;
|
||||
padding: 8px 9px;
|
||||
border-left: 3px solid var(--brand);
|
||||
border-radius: 6px;
|
||||
background: #f4faf7;
|
||||
}
|
||||
.translation span {
|
||||
display: block;
|
||||
margin-bottom: 4px;
|
||||
color: var(--muted);
|
||||
font-size: 11px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.read-receipt {
|
||||
align-self: flex-end;
|
||||
margin-top: -4px;
|
||||
|
||||
Reference in New Issue
Block a user