PluginProbe
MxChat – AI Chatbot & Content Generation for WordPress / 1.6.2
MxChat – AI Chatbot & Content Generation for WordPress v1.6.2
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 +1 -26 2.0.41.6.2 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;
@@ -1109,10 +1085,9 @@
1109 1085 align-items: center;
1110 1086 justify-content: center;
1111 1087 padding: 0;
1112 1088 line-height: 1;
1113 - display: flex;
1114 - min-height: 20px;
1089 + display: flex; /* Show the close button on hover */
1115 1090 }
1116 1091
1117 1092
1118 1093