We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e0905b commit f89630aCopy full SHA for f89630a
static/css/chat.css
@@ -87,11 +87,11 @@ body {
87
.chat-body .answer.left .text {
88
background: var(--reply);
89
color: #fff;
90
- border-radius: 8px 8px 8px 0;
+ border-radius: 12px 12px 12px 0;
91
}
92
93
.chat-body .answer.left .text:before {
94
- left: -27px;
+ left: -24px;
95
border-right-color: var(--reply);
96
border-right-width: 12px;
97
@@ -134,11 +134,11 @@ body {
134
.chat-body .answer.right .text {
135
background: var(--send);
136
137
- border-radius: 8px 8px 0 8px;
+ border-radius: 12px 12px 0 12px;
138
139
140
.chat-body .answer.right .text:before {
141
- right: -27px;
+ right: -24px;
142
border-left-color: var(--send);
143
border-left-width: 12px;
144
0 commit comments