Skip to content

Commit f89630a

Browse files
committed
change message style
1 parent 8e0905b commit f89630a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

static/css/chat.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ body {
8787
.chat-body .answer.left .text {
8888
background: var(--reply);
8989
color: #fff;
90-
border-radius: 8px 8px 8px 0;
90+
border-radius: 12px 12px 12px 0;
9191
}
9292

9393
.chat-body .answer.left .text:before {
94-
left: -27px;
94+
left: -24px;
9595
border-right-color: var(--reply);
9696
border-right-width: 12px;
9797
}
@@ -134,11 +134,11 @@ body {
134134
.chat-body .answer.right .text {
135135
background: var(--send);
136136
color: #fff;
137-
border-radius: 8px 8px 0 8px;
137+
border-radius: 12px 12px 0 12px;
138138
}
139139

140140
.chat-body .answer.right .text:before {
141-
right: -27px;
141+
right: -24px;
142142
border-left-color: var(--send);
143143
border-left-width: 12px;
144144
}

0 commit comments

Comments
 (0)