[mirotalksfu] - fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2025-08-10 20:13:47 +02:00
الأصل 4b35e71dfb
التزام 0894d86fb6

عرض الملف

@@ -1,5 +1,5 @@
/* Keyframes */ /* Keyframes */
@keyframes pulse { @keyframes widgetPulse {
0% { 0% {
transform: scale(1); transform: scale(1);
opacity: 1; opacity: 1;
@@ -121,7 +121,7 @@
.mirotalk-support-widget .status-dot.online { .mirotalk-support-widget .status-dot.online {
background: #00e676; background: #00e676;
box-shadow: 0 0 8px rgba(0, 230, 118, 0.4); box-shadow: 0 0 8px rgba(0, 230, 118, 0.4);
animation: pulse 2s infinite; animation: widgetPulse 2s infinite;
} }
.mirotalk-minimized-btn .status-dot.offline, .mirotalk-minimized-btn .status-dot.offline,