PluginProbe
MxChat – AI Chatbot & Content Generation for WordPress / 1.5.9
MxChat – AI Chatbot & Content Generation for WordPress v1.5.9
3.2.21 3.2.20 3.2.19 3.2.18 3.2.17 3.2.16 3.2.15 3.2.14 3.2.12 3.2.13 3.2.11 3.2.10 3.2.9 3.2.8 3.2.7 3.2.6 3.2.5 3.2.4 3.2.3 3.2.2 3.2.1 2.0.3 2.0.4 2.0.5 2.0.6 All 152 releases
← All changes | css/chat-style.css +0 -42 2.0.51.5.9 View file →
@@ -1,28 +1,4 @@
1 -.chat-notification-badge {
2 - animation: notification-pulse 2s infinite;
3 - box-shadow: 0 0 0 rgba(255, 68, 68, 0.4);
4 - transition: all 0.3s ease;
5 -}
6 -
7 -@keyframes notification-pulse {
8 - 0% {
9 - transform: scale(1);
10 - box-shadow: 0 0 0 0 rgba(255, 68, 68, 0.4);
11 - }
12 - 70% {
13 - transform: scale(1.1);
14 - box-shadow: 0 0 0 10px rgba(255, 68, 68, 0);
15 - }
16 - 100% {
17 - transform: scale(1);
18 - box-shadow: 0 0 0 0 rgba(255, 68, 68, 0);
19 - }
20 -}
21 -
22 -
23 -
24 -
25 1 /* Email Blocker Styles */
26 2 .email-blocker {
27 3 display: flex;
28 4 flex-direction: column;
@@ -1149,22 +1125,4 @@
1149 1125 border-top-left-radius: 0;
1150 1126 border-top-right-radius: 0;
1151 1127 }
1152 1128 }
1153 -
1154 -
1155 -.bot-message p {
1156 - margin: 0 0 1em 0;
1157 -}
1158 -
1159 -.bot-message p:last-child {
1160 - margin-bottom: 0;
1161 -}
1162 -
1163 -.bot-message {
1164 - white-space: pre-line;
1165 -}
1166 -
1167 -
1168 -
1169 -
1170 -