We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4066346 commit 6f35ab3Copy full SHA for 6f35ab3
assets/css/chatmk.css
@@ -241,6 +241,15 @@
241
text-align: center;
242
}
243
244
+/* Ensure consistent loading message styling */
245
+.chatmk-message.ai-progress .message-content p,
246
+.chatmk-message.embedding-loading .message-content p {
247
+ font-size: 0.9rem;
248
+ font-weight: normal;
249
+ line-height: 1.5;
250
+ margin: 0;
251
+}
252
+
253
/* Animations */
254
@keyframes fadeIn {
255
from {
@@ -349,4 +358,13 @@
349
358
.chatmk-send-btn {
350
359
padding: 0.75rem 1rem;
351
360
361
362
+ /* Ensure consistent loading message styling on mobile */
363
+ .chatmk-message.ai-progress .message-content p,
364
+ .chatmk-message.embedding-loading .message-content p {
365
366
367
368
369
+ }
352
370
0 commit comments