1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
.group\/conversation-turn.agent-turn:before {
    content: " ";
    /* 圖片網址 */
    background-image: url('https://static.wikia.nocookie.net/robotsupremacy/images/b/b0/JuARaVeInSy.png');
    background-size: 30px 30px;
    border-radius: 15px;
    height: 30px;
    width: 30px;
}
.group\/conversation-turn.agent-turn > div:nth-child(1):before {
    /* 暱稱 */
    content: "J.A.R.V.A.S";
    position: relative;
    left: 35px;
    top: -5px;
    font-weight: 500;
}
.group\/conversation-turn.agent-turn > div:nth-child(1) {
    margin-top: -20px;
}