PluginProbe
MxChat – AI Chatbot & Content Generation for WordPress / 3.0.9
MxChat – AI Chatbot & Content Generation for WordPress v3.0.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/admin-pro.css +20 -1 3.2.43.0.9 View file →
@@ -452,13 +452,32 @@
452 452 color: var(--mxch-primary);
453 453 background: rgba(120, 115, 245, 0.05);
454 454 }
455 455
456 -/* Right Column - Feature Showcase */
456 +/* Right Column - Screenshot */
457 457 .mxch-addon-hero-image {
458 458 display: flex;
459 459 align-items: center;
460 460 justify-content: center;
461 +}
462 +
463 +.mxch-addon-hero-image img {
464 + max-width: 100%;
465 + height: auto;
466 + border-radius: var(--mxch-radius-lg);
467 + box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
468 +}
469 +
470 +/* Image Placeholder (when no screenshot) */
471 +.mxch-addon-image-placeholder {
472 + width: 100%;
473 + aspect-ratio: 16/10;
474 + background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
475 + border-radius: var(--mxch-radius-lg);
476 + display: flex;
477 + align-items: center;
478 + justify-content: center;
479 + color: #94a3b8;
461 480 }
462 481
463 482 /* ==========================================================================
464 483 Mobile Responsiveness