PluginProbe
MxChat – AI Chatbot & Content Generation for WordPress / 2.1.4
MxChat – AI Chatbot & Content Generation for WordPress v2.1.4
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 +5 -1 2.0.42.1.4 View file →
@@ -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: 30px;
124 124 right: -35px;
125 125 background: #212121;
126 126 color: white;
127 127 padding: 0.25rem 2rem;
@@ -137,8 +137,12 @@
137 137
138 138 body.wp-admin .wrap.mxchat-addons-wrapper .mxchat-addon-content {
139 139 position: relative;
140 140 z-index: 1;
141 + display: flex;
142 + flex-direction: column;
143 + height: 100%;
144 + justify-content: space-between;
141 145 }
142 146
143 147 body.wp-admin .wrap.mxchat-addons-wrapper .mxchat-addon-title {
144 148 color: #212121;