PluginProbe
MxChat – AI Chatbot & Content Generation for WordPress / 2.0.1
MxChat – AI Chatbot & Content Generation for WordPress v2.0.1
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-add-ons.css +2 -2 2.0.62.0.1 View file →
@@ -77,9 +77,9 @@
77 77
78 78 /* Addons Grid */
79 79 body.wp-admin .wrap.mxchat-addons-wrapper .mxchat-addons-grid {
80 80 display: grid;
81 - grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
81 + grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
82 82 gap: 2rem;
83 83 padding: 2rem;
84 84 max-width: 1400px;
85 85 margin: auto;
@@ -119,9 +119,9 @@
119 119 }
120 120
121 121 body.wp-admin .wrap.mxchat-addons-wrapper .mxchat-addon-badge {
122 122 position: absolute;
123 - top: 40px;
123 + top: 20px;
124 124 right: -35px;
125 125 background: #212121;
126 126 color: white;
127 127 padding: 0.25rem 2rem;